Opened 13 years ago
Closed 9 years ago
#3656 closed enhancement (no action required)
Nav builder for directory pages
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Core | Keywords: | needs-patch |
Cc: |
Description
BP currently has a pretty nice nav system consisting of bp_core_new_nav_item(), bp_core_new_subnav_item(), etc, which are then rendered with bp_get_options_nav(), and so forth. But this only works for group and profile navs. In the meantime, directory (http://example.com/groups etc) are hardcoded. We should consider an API for it.
Change History (3)
Note: See
TracTickets for help on using
tickets.
PS I'm going to build one for my plugin BuddyPress Docs, just for the fun of it. If it's nice, I'll try to find a moment to abstract it and send it back upstream.