Re: WordPress + bbPress Integration 101
For those that know what they are doing and have subversion, you can checkout or switch to the trunk of bbPress which will give you compatibility with WordPress 2.6
Are you sure it’s compatible? I’m getting fatal errors because the functions in bb-includes/backpress/functions.core.php
and bb-includes/backpress/functions.compat.php
, which are shared with WP, are all getting re-declared.
However, if I make those files blank, the integration seems to work.