Custom navigation list
-
Hi there,
i need a simple unorderd list of navigation items similar to the “My Account” menu in the adminbar (it puts the option-items as a subnav to the toplevel items), but it should also be aware whether or not to display a particular sub nav item in
I know there are
bp_get_loggedin_user_nav() (This navigation array is the top level navigation, so it contains items such as:
* [Blog, Profile, Messages, Groups, Friends] …)
bp_get_displayed_user_nav() (to render out the user navigation when viewing another user other than
* yourself)
bp_get_options_nav() (sub navigation for the current component)
Is there a combination of bp_get_loggedin_user_nav() and bp_get_options_nav() which renders only these option-nav-items for the selected top level navigation item? Or is there even a navigation template tag which is absolutely self aware on which component it is displayed, which item should be highlighted and which sub-navigation should be displayed?
- The topic ‘Custom navigation list’ is closed to new replies.