In BuddyPress, when a user clicks on their username, they are presented with a page that contains a menu:
Activity
Profile
Messages
Friends
Groups
Settings
How do I add an item to this menu?
How do display this menu inside my template? (The default page template only displays the main navigation.)
Here’s an example of adding a menu items pointing to custom templates. If you want to link to existing BP elements, you’ll need to look up the appropriate action. Add this to
functions.php
:Hope that helps! More at this article on Themekraft.
Check out the BuddyPress Custom Profile Menu plugin.
You should be able to add tabs just by creating a regular WordPress menu.