Skip to:
Content

bbPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#1846 closed enhancement (fixed)

Admin post-type UI is visible to all users

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.1 Priority: normal
Severity: normal Version: 2.0
Component: General - Administration Keywords:
Cc:

Description

The bbPress admin UI is visible to all users. In most forum installations, this is not an optimal experience. We should toggle the show_ui setting for post-types and taxonomies based on a capability check. 'moderate' will be sufficient for now.

Change History (2)

#1 @johnjamesjacoby
13 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [3945]) Capabilities & Settings:

  • Introduce bbp_admin_show_ui() function to handle fine-grained control of available settings screens and sections.
  • Fixes #1846.
  • See #1826.

#2 @johnjamesjacoby
13 years ago

(In [3946]) Capabilities & Settings:

  • Rename bbp_admin_show_ui() to bbp_current_user_can_see().
  • Add detailed support for hiding admin settings sections.
  • Remove BBP_Admin UI override flags in lieu of new method.
  • See #1846.
Note: See TracTickets for help on using tickets.