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/
It’s not that hard to do. Just google on this and script/excamples will pop-up in no time. Basicly you will have to count the nr of letters and replace all other letters with …
I am at work else I could give an excample….
… not very helpful I know just google
Is there any way of displaying the page numbers (as links) in the thread listing, so that you can jump straight to the latest page? Would be much nicer to navigate.
If not, I’ll add it as a ticket to trac? Not sure what the right thing to do is!
Check your apache error log for PHP errors using tail.
tail -f /var/log/httpd/error_log
On the command line.
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
Good to know…….so that is the URL issue and not the localhost issue even though you are installed on a localhost. Man, this thread is confusing sometimes! 
Trent
Oh okay. However, I just SVN-ed my localhost copy, and she’s still not working like supposed too. So, I just manually re-added the straight URL to the stylesheet for now..
So evidently it hasn’t been fixed yet sigh.. Hmm..
spencerp
It’s ok Trent.
It’s really not a big deal since it’s for the localhost copy only.
It’s just that it *would be* nice to have this fixed in general though, ya know.. ?
Do you know if mdawaffe had applied a fix yet or not? I noticed a handful of files come through the SVN, just not sure if one contains a “fix” or whatever.. lol!
spencerp
doesn’t work
whats wrong
/
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.
Possibly you need to go up two or three directories, since config.php is called somewhere else? I have no idea really. Just try an absolute or base URL, such as http://www.example.com/wordpress/wp-blog-header.php or /wordpress/wp-blog-header.php, hopefully that will work
If it doesn’t you can probably be sure it’s something else.
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’ .
This is a good plugin! The options currently have to be edited in the plugin code itself, but it also allows you to pick which fields are required at login as well. In an effort to slow spammers, I added a few fields and made all of them except 1 required! Seems to have worked so far…..
Trent
Just compare FCKeditor and TINYmce with image lining/placing, you’ll get the point
FCK is more user friendly in my oppinion
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
@nanome, nope.. still a no-go. I even tried it with BOTH “plugins” your’s and trent’s together. Then one at a time… no-go..

spencerp
Last time I checked (about a minute ago
) I was still a man.
Glad it worked for you as well.
Since I only downloaded BBpress today this hack comes with “use at own risk warning”. Don’t know what other effects it may have on other parts of the script. Saying that, it works ok for me so far.
nanome, I had just read that post and used your tweaked code to solve the problem. Thanks so much.
Testing bbpress on localhost (xampp, windows) and viewing with firefox I get the same error in the stylesheet link.
<link rel="stylesheet" href="http://localhost/leebbpress/bb-templates/kakumei/style.css" type="text/css" />
Created the plugin as Trent suggested but that didn’t solve the problem. Played around with the code a bit and now it does work.
Here is my hacked version.
<?php
function fix_bb_path_to_url( $url ) {
$url = str_replace(array('//', '\\', '\'), array('/', '\', '/'), $url);
return preg_replace( '|
([^/])|', '
/$1', $url );
}
add_filter( 'bb_path_to_url', 'fix_bb_path_to_url', 1, -1 );
?>
Only difference is adding ‘\’ to the str_replace.
NAh don’t use tinyMCE it’s crap
FCKeditor is so much better
Also if I have the time, I am going to make a WYSIWYG editor for bbPress that uses open source scripts and will be 10 times smaller to install (also cause bbPress has limited functions to use), but thats far far far away for now
I know exactly what I need, but I don’t know how to get it. I need the “topic author id.” That’s it. Seems pretty simple, but I have no idea how to get it. Surely, there’s a way.
I found this code on another part of the forum, except I just added <?php post_author(); ?> to get the to post author’s name. It’s a really good solution for getting the replies to the topic.
<a href="<?php bb_option('uri'); ?>profile.php?id=<?php echo (get_post_author_id()); ?>"><?php post_author(); ?></a>
What I need to get instead of (get_post_author_id()) is the topic author’s id, then I’ll be set. I’ve tried every variation I can think of, but came up with nothing.
1. download the latest version of TinyMCE , I use version tinymce_2_1_0
2. unzip file and upload “jscripts” folder to your server/bbpress/my-plugins/, so link will like this (http://example.com/bbpress/my-plugins/jscripts)
3. add code to the bbpress templates header file (http://example.com/bbpress/bb-templates/kakumei/header.php),
ADD CODE before ‘/head’ of header.php
<script language=”javascript” type=”text/javascript” src=”http://example.com/bbpress/my-plugins/jscripts/tiny_mce/tiny_mce.js”></script>
<script language=”javascript” type=”text/javascript”>
tinyMCE.init({
mode : “textareas”
});
</script>
4. Done! you can check it out when Post content in your bbpress. 
see demo capture: http://img147.imageshack.us/img147/5363/tinymceao7.jpg
p/s: I need someone pitch in and help me how to hack bbpress to support more allowed markup like <u> <tr> <td> <font color> <font size>… etc