also for some reason when using the bbpress.org theme it doesn’t load correctly? any clue?
silent1643,
You can’t just drop bbPress onto a blog page. bbPress is a totally separate installation and you have to link to it from your blog. You have to modify the bbPress templates to make it look like your blog. If this is done well, the user doesn’t realize they are jumping between two different programs.
Why would anyone want the forum separated and have to do 2x the more work to redesign it all over? …
Integrating it fully in WP should be #1. Else one can use any other forum or just go with WP-united? …
It is probably less work to use bbPress than using other forum software if your intention is to re-skin to match your blog. You can actually “load” WordPress inside bbPress (check the documentation), but there is a definite performance penalty in doing that.
The best performance choice is to integrate your user tables and auth cookies. Then skin your forum to match your blog, but don’t “load” WordPress into bbPress unless you intend to use WordPress functions inside bbPress quite extensively.
You will probably find the exercise of skinning your bbPress install quite simple compared to other forum software. The templating system is similar to WordPress, so it will be a familiar environment if you have done that before.
What I did was edit the header file to include the code to load the WordPress stuff and then just included the header file from the WordPress theme. Then edited the footer.php file to just include the footer from WordPress. I did go through and add a few conditionals to the header.php so that different stuff would be in the <head> section depending on whether I was in forum or out of forum.
i did that on my site
http://www.adityanaik.com
i added the wordpress loader php file to the bb-config file at the top
it works like a charm
I’m looking for a loader.php file to do this. Is it called something else?