BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Wall › Renaming and reordering labels for Wall and News Feeds
Tagged: labels, news feeds, reorder, wall
- This topic has 7 replies, 3 contibutors, and was last updated 8 years, 9 months ago by Anonymous.
Question
October 29, 2015 at 5:45 pm #50080@diegomantillaHi,
I would like to rename “Wall” on the Activity page for members. I would also like to rename and reorder the 2 first submenu items for this area (Wall / News Feeds / My Likes).
I have achieved this with other plugins via the functions.php on the theme I am using. This is a sample of the code I am using (example of reordering the labels for Messages):
//Change subnav for messages $bp->bp_options_nav['messages']['inbox']['position'] = 10; $bp->bp_options_nav['messages']['compose']['position'] = 20; $bp->bp_options_nav['messages']['sentbox']['position'] = 30; $bp->bp_options_nav['messages']['starred']['position'] = 40; $bp->bp_options_nav['messages']['notices']['position'] = 50;
What is the slug for Wall? And for Wall, News Feeds and My Likes?
To change the labels, I am using:
$bp->bp_nav['activity']['name'] = 'My Wall';
Of course, this is not working. What would be the correct slug?
Or is there any other method to do this without changing the plugin’s files?Thanks,
Diego M.
Answers
October 30, 2015 at 9:17 am #50161@
AnonymousHi @diegomantilla,
You can use translation string to convert them
Check them with LOCO translate plugin and you will be able to change them without any code edits
Regards
Varun DubeyOctober 30, 2015 at 9:53 am #50168@diegomantillaOK. And what about reordering the subnav tabs?
November 1, 2015 at 9:02 am #50327@
AnonymousInside the Wall plugin setting it will allow you to choose Wall / News Feeds for first position
RegardsJanuary 13, 2016 at 5:06 am #56151@markob17@vapvarun Hi Varun, I was able to rename the submenu “wall” label using the language file, however, this did not work with the primary member profile “wall” label. There is no place in the language file edit it. Is there an alternative way to rename the primary member profile “wall” label?
Regards,
Mark
January 19, 2016 at 7:38 am #56635@
AnonymousHi @markob17 Sorry for inconvenience
It will be updated in next update it was fine earlier, seems it got broken in our last few updates
Regards
Varun DubeyFebruary 24, 2016 at 3:13 am #60053@markob17Thanks @vaprarun for fixing this in this recent update. Great stuff! Appreciate it.
February 24, 2016 at 3:31 am #60058@
AnonymousWelcome, I will close this topic
Feel free to create a new topic for any further queries.
Regards
- The question ‘Renaming and reordering labels for Wall and News Feeds’ is closed to new replies.