Re: BP admin bar on bbpress front page
I use the filter my_admin_bar_logo($content){
return “/custom-img/admin_bar_logo.gif”;
}
to replace the admin image in the top left hand corner of the buddybar with a custom one r-a-y.
If I use the code you provided then my custom image isn’t shown, and the formatting that shows up is positioned too far to the right.
Any idea why this might be happening?