Update the plugin already. Now u can set the length of the text from BbLD option page. Get it from bbPress plugin page.
Refer to changelog for older update. Hope this gonna solve your problem
ok, i did something like that in my front site, and everything seem to be working ok, but:
– look at forum and at wordpress- there is a little difference between them. text in forum is on the left, out from the table.
– in my bb-admin page i have bad encoding (im polish), i have to use the unicode, dunno what bbpress uses
how to add (activate) plugins for bbpress? i want to have display-name plugin to change moderators names
Make sure that when you enter: require_once( ‘../wp-blog-header.php’);, it’s absolute path. For example: /home/username/archas/ram/wordpress/
To find out what your absolute path is:
1) make a file and call it path.php
2) add this code into the path.php: <?php $p = getcwd(); echo $p; ?>
3) upload it to your wordpress directory and access it http://www.cs.elomza.pl/archas/ram/wordpress/path.php, that will output your path.
For more info: http://www.bui4ever.com/web-itecture/how_to_integrate_wordpress_and_bbpress/
installed wordpress here: http://www.cs.elomza.pl/archas/ram/wordpress
installed bbpress here: http://www.cs.elomza.pl/archas/ram/wordpress/forum
installed plugin which integrates registrations in wordpress and bbpress.
i want to have same design in wordpress and bbpress, i added in my bbpress config a line require_once( ‘../wp-blog-header.php’);
doesnt work. in my bbpress links on the left dont work too.
Hey Community,
We are getting closer to the launch of our site, and we are still having trouble with our bbpress title lengths interfering with our wordpress layout.
You can see our bbpress forum locations spread through out the site.
http://208.109.218.158
Is there any way to put a limit on the length of titles so they don’t break our site? We are using the same setup as described above.
Any help would be appreciated, even if it means some sort of a temp css fix to hide overflow.
Thanks,
Orion
This has been discussed and is not in development, AFAIK:
https://bbpress.org/forums/topic/238?replies=8#post-2066
Thanks Sam for getting back to me so quickly. I forgot to escape an apostrophe with a forward slash in the name for the forum.
New version added which seems to work. The whole implementation is a little unsavory though – passing HTTP auth to a PHP cookie – feels like double handling.
http://www.network.net.au/bbpress/plugins/http/http-authentication.latest.zip
Someone who cared a little more about how this works would bother to replace all the cookie based auth completely.
I’ll add this to the plugin repository too.
Check your apache error log for PHP errors using tail.
tail -f /var/log/httpd/error_log
On the command line.
My development machine is a local install of Apache/PHP/mySQL on my PowerBook running under OS 10.4.9.
I’ve tried installing bbPress within a folder of my wordpress installation for a project I’m working on, but I’m getting blank pages from bbPress (ie. no content at all – just a white page). WordPress installed and works fine, but I can’t even get to the point of installing bbPress.
I’m running PHP 5.1.6 and mySQL 5.0.22-standard.
Anyone got any suggestions on how I can get content showing on the pages?
I have integrated bbpress with wordpress without problems.
To have the same header in bbpress and word press I include
require_once(‘../wp-blog-header.php’);
in the config.php in bbpress, then I edit the header.php (bbpress) with some wordpress functions.
It’s runs ok, but the bbpress admin interfase can’t load.
There are some comments about?
Haha. All I know is… after wiping the database clean of the bbPress tables and files/folders and such in the htdocs folder for Xampp Lite/ localhost … tried to install it fresh again… it went just fine, except for that Stylesheet URL issue….
Not sure why, or what’s going on with it.. but apparently she’s holding a grudge against Xampp Lite and the localhost… damn bitch!!!! LOL! Nah, just kidding folks! 
spencerp
Many people including myself have implemented the themes of bbPress and WordPress by actually making a theme in bbPress that looks like WordPress. There is information creating theme available here. As well, doing what you wanted has been tried and documented on these forums before, so I would suggest a quick search. I know so10 has a patch on his site at:
http://www.adityanaik.com/blog/bbpress-and-wordpress-integration/
Hope that helps!
Trent
An example: I have WP on http://www.loinhead.net/ and bbPress on http://forums.loinhead.net/. It works without problems for me and was very little work to set up.
You should certainly understand the integration process before installing as there are several key things you have to do differently – your config.php configuration will be very different, for example. If you have already installed bbPress then I think you will have to get rid of it and install it again, but integrating this time.
If you need help at any specific part of the process, feel free to ask here. 
Also in mathematics integration is the opposite of differentiation.
The easiest way to add tags with spaces is to post the topic then add tags one at a time in the top right-hand-corner of the thread (next to the post title), which are not space delimited (must be added one at a time though!).
No plugins for any of those as far as I know. BBPress is great but perhaps a solution with (currently) more features and plugins like phpBB is for you.
That’s not a big problem, it can be done with a patch: https://bbpress.org/forums/topic/698?replies=40
Hopefully this will be in a major release soon.
hi.
everything works well but i just cant add header from wordpress. i add to my bbpress config:
require_once( ‘../wp-blog-header.php’ )
my directories look like this:
/wordpress – here is the wordpress
/wordpress/forum – here is the bbpress
whats wrong
?
and i want to remove ‘views part’ .
I wasn’t asking to remove the whole ajax staff.
I was asking to reduce it. Once we need only ajax http requests feature, why we should use the whole lib?
Can’t we just write a function for that?
It would be also great to had the possibility of including or not including any ajax libs in forums API, those already predefined and distributed with the bbPress or WordPress?!
Still unresolved…..
You can get the file at: http://e-stas.net/files/fc.php/1
The version I’ve tranlated: 0.81
I will also support this translation once bbPress will be upgraded.
Thank you guys for a wonderfull bbs.
I’ve hacked together a first draft of “HTTP authentication for bbPress” using the LDAP authentication plugin as a model.
This is completely untested, but the basic premise is that you set up HTTP authentication on the entire bbPress install. The plugin handles the rest. You will need to install and turn on the plugin before setting up HTTP_AUTH though.
Download from here.
Do a search for ‘strike’ as we discussed the method to add in extra tags a few weeks ago.
Hi,
I’m new to bbpress, and I’m trying to install it. I already use wordpress. There are lots of posts that talk about integration, but I’m not sure what ‘integration’ really means.
Is there a site where I can look and see an example of ‘integration’? What are the benefits? How do a BLOG and FORUM integrate? Thank you! 
-daniel
This fix didn’t work for me. Instead of getting the “1” in the textbox I was getting before, now I get just a 1. I have tried removing it, changing to 0, all, but to no avail.
I’m the keymaster! It makes no sense that the keymaster can get bozoed.. Oughtn’t this be disabled?
I was able to remove it only by going into the database and manually altering isBozo to 0 after installing this fix.