#7552 closed enhancement (no action required)
Introduce 'visibility' parameter for registering BP nav items
| Reported by: | r-a-y | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Navigation | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Split from #7349, the following patch introduces a new 'visibility' parameter in bp_core_new_nav_item().
If set to false, this allows for a nav item to be hidden, but the screen function to still be registered.
More details can be found from this comment and on:
https://buddypress.trac.wordpress.org/ticket/7349#comment:13
Attachments (1)
Change History (7)
#2
@
9 years ago
- Keywords needs-patch added; has-patch dev-feedback removed
- Milestone 3.0 → Future Release
I don't believe we can remove the show_for_displayed_user parameter.
#3
follow-up:
↓ 4
@
9 years ago
Have you tested the patch? It works.
#4
in reply to: ↑ 3
@
9 years ago
- Keywords needs-patch removed
- Milestone Awaiting Contributions
Replying to r-a-y:
Have you tested the patch? It works.
Do the following:
- Make sure you are logged out.
- Navigate to any user's Messages page (example.com/members/user/messages/)
- With the patch, you get redirected to login. Without the patch, you get 404'd.
#7659 properly notes the bug that is causing this problem.
Closing as a duplicate.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I like the principle, let's take a look.