Re: BuddyBar for bbPress
Using…
include_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');
won’t work for groups forums creation, posting, etc… Because it reincludes WordPress during a WordPress to bbPress XMLRPC attempt. If you don’t plan on using groups forums, that code is fine, but if you do, you’ll need to use my way.
The read me says to delete that when you’re done … won’t doing that disable deep-integration?
Oversight in the readme.txt. Just had that part out of order for some reason. It’s updated in the trunk and the repo will catch up soon. Yeah, don’t delete the deep integration part.