Opened 15 years ago
Closed 15 years ago
#3379 closed enhancement (fixed)
Filter to be able to change default subnav item easily
| Reported by: | slaFFik | Owned by: | slaFFik |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Core | Version: | 1.5 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | DJPaul, slava.abakumov@… |
Description
I'm working with groups and I need t rearrange all items and change the default subnav from any (not necessarily 'home') to any.
The only option I found - is to change its declaration. There is no filters oh hooks in that function, so I'm proposing to implement a filter.
See attached.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [4833]) Adds filters and a hook to bp_core_new_nav_item() to allow for easier configuration of the default nav slug. Fixes #3379, props slaFFik