Opened 15 years ago
Closed 10 years ago
#3656 closed enhancement (no action required)
Nav builder for directory pages
| Reported by: | boonebgorges | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.