Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,046
- How-to & Troubleshooting
- 129,742
- Creating & Extending
- 25,802
- Requests & Feedback
- 9,508
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
You should be able to use the subnav code above to add a “My Topics” subnav to the Forums tab. I’ve done it with one of the other existing tabs. You just have to find the bp_core_new_nav_item() call that adds the forums tab. Then, use some of the code above as a model to add a subnav I think.
The other key is that the ’screen_function’ is the name of the function that will be called when that Nav is clicked.