#7552 closed enhancement (no action required)
Introduce 'visibility' parameter for registering BP nav items
Reported by: | r-a-y | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Navigation | 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)
#1
@
7 years ago
- Component changed from Core to Navigation
- Milestone changed from Under Consideration to 3.0
#2
@
7 years ago
- Keywords needs-patch added; has-patch dev-feedback removed
- Milestone changed from 3.0 to Future Release
I don't believe we can remove the show_for_displayed_user
parameter.
#3
follow-up:
↓ 4
@
7 years ago
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.
#4
in reply to:
↑ 3
@
7 years ago
- Keywords needs-patch removed
- Milestone Awaiting Contributions deleted
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.
I like the principle, let's take a look.