Opened 13 years ago
Closed 13 years ago
#3379 closed enhancement (fixed)
Filter to be able to change default subnav item easily
Reported by: | slaFFik | Owned by: | slaFFik |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | normal | Version: | 1.5 |
Component: | Core | 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.
(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