Re: BP admin bar on bbpress front page
Perfect thread! Was looking for instructions to integrate the BP Core Admin Bar into bbPress.
I did something a little bit different.
Instead of hacking the core files, I used my bbPress theme’s functions.php file and added the functions listed in step #4 into a customized function I called “recreate_bb_admin_bar”.
Then I added this function as an “add_action” and it works!
*Make sure you have step #7 done as well.
Thanks guys!