How I renamed profile my tabs and bubbles disappeared
-
Hi, I just renamed my profile tabs successfully with this sample code below:
but I noticed the circled counting bubble in front of messages, Notifications & son on. disappeared when I renamed them, but comes back when I change names back to default name!any help on how I could make them show when I rename please? thanks
CODE:
function mb_profile_menu_tabs(){ global $bp; $bp->bp_nav['activity']['position'] = 15; $bp->bp_nav['messages']['position'] = 10; $bp->bp_nav['messages']['name'] = 'Mail'; $bp->bp_nav['friends']['name'] = 'Contacts'; $bp->bp_nav['profile']['name'] = 'Account'; } add_action('bp_setup_nav', 'mb_profile_menu_tabs', 201);
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How I renamed profile my tabs and bubbles disappeared’ is closed to new replies.