I just started to build my community prototype. On the profile-view of a user there are few tabs:
Activity Profile Blogs (1)Friends (0) Groups (3) Personal Friends Groups Favorites @admin Mentions
I think it is too much for the user, it should be Activity, @ Mentions, Profile, Friends, Groups and maybe Blogs. Is there a possibility to clean the rest out?
It may be possible to change up the bp_core_new_nav_item and bp_core_new_subnav_item but each activated component and/or plugins will add their own items.
you’ll probably need to dig around in $bp->bp_nav and $bp->bp_options_nav and remove whatever from the array. (no idea what unpredictable results may happen)