Re: BP admin bar on bbpress front page
The above works for me too on the front page. But as soon as I try to go to admin pages it spits out errors, not able to find the wp-blog-header file.
I am by no means a coder but it worked when I changed the bb-config.php add to:
require_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');
In case someone else faces the same problem…