Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Bug in the bb press admin bar for Notifications


chewbaker
Participant

@chewbaker

I am not sure if this is the proper way to do this, but to fix this problem, I changed the code in the bp-core-adminbar.php on the following lines from:

echo '<li id="bp-adminbar-notifications-menu"><a href="' . $bp->loggedin_user->domain . '/">';

to

echo '<li id="bp-adminbar-notifications-menu"><a href="' . $bp->loggedin_user->domain . 'messages/">';

Hope this works for others who might have had this problem

Cheers

Chew

Skip to toolbar