Re: BuddyBar for bbPress
Ok, the fix I posted about earlier fixed the issue with BuddyBar…
However, it breaks the BuddyPress to forums functionality.
I just checked and switching out that one line of code in bb-config.php will make the “Enable discussion forum” button in a group’s settings and I can’t post to the forum from a group page in BuddyPress.
I’m pasting verbatim into bb-config.php:
require_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');
Is that correct? Or do $_SERVER and DOCUMENT_ROOT need to be filled in with different items?