#1572 closed enhancement (fixed)
Hide admin menus from non-moderators
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | General - Administration | Keywords: | |
| Cc: |
Description
Currently, any user that can create topics and replies can see these as top-level menus in the admin.
These menus just add clutter and can actually cause confusion.
Change History (6)
#1
@
15 years ago
- Summary changed from Hide admin menus from non-admins to Hide admin menus from non-moderators
#2
@
15 years ago
- Milestone changed from Awaiting Review to 2.0
Seems valid from a UX perspective, although those menus could be unset with an extra plugin. Since nothing in bbPress locks a user out of /wp-admin/ yet, hiding the menus is only hiding the fact.
#4
@
14 years ago
- Milestone changed from 2.1 to Future Release
Made a plugin for this. Moving to future release.
#5
@
14 years ago
- Resolution set to fixed
- Status changed from new to closed
Works for me, closing.
WordPress Roles that CAN see Forums/Topics/Replies in WP-Admin: Administrator
WordPress Roles that CANNOT see Forums/Topics/Replies in WP-Admin: Subscriber, Editor, Author, Contributor
Adding the bbPress Forum Role 'Moderator' will also enable Forums/Topics/Replies in WP-Admin
See http://bbpress.trac.wordpress.org/ticket/1939 for further details.
I think the menus should be displayed only if the user is a moderator, i.e. has the edit_others_* capabilities.