Re: BuddyBar for bbPress
Use the official instructions from the readme.txt.
http://svn.wp-plugins.org/buddybar-in-bbpress/trunk/readme.txt
Swap out the include_once line for this:
include_once($_SERVER[‘DOCUMENT_ROOT’].’/wp-blog-header.php’);
In most cases that will work, but let us know what happens!
Tried that and forums would not work with BuddyPress.
The only way I can keep the forums working with BuddyPress is to keep that line in bb-config.php as:
include_once( 'http://mydomain.com/wp-blog-header.php' );
Now leaving that line in bb-config I can post from BuddyPress groups into the forums.
AND I can now activate the BuddyBar in bbPress plugin, BUT I don’t see the BuddyBar in bbPress!
Now, could this be an issue somewhere else in bb-config.php?
I have the integration working and everything, but I’m wondering if I have set something somewhere that is throwing this off…
Thanks for the help!