Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,027
- How-to & Troubleshooting
- 129,662
- Creating & Extending
- 25,794
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,374
- Miscellaneous
- 9,181
-
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)