Re: BuddyBar for bbPress
Sorry you should use the official bb-config.php instructions that JJJ left, except replace:
include_once( '/the/absolute/path/to/your/wp-blog-header.php' );
for
include_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');
—
One question though, where do you have WPMU installed? in the root?