Skip to:
Content

bbPress.org

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#2010 closed defect (bug) (fixed)

User capabilities issues with admin links, post type UI

Reported by: jmdodd's profile jmdodd Owned by:
Milestone: 2.2 Priority: normal
Severity: normal Version:
Component: General Keywords:
Cc:

Description

In Dashboard view, Forums, Topics, and Replies custom post type UIs are not available, preventing the creation of forums.

When there is a forum, in a single topic view, topic and reply admin links are not present even for admin user with all capabilities.

Tested under r4332, but existed prior.

Change History (3)

#1 @johnjamesjacoby
12 years ago

  • Milestone changed from Awaiting Review to 2.2

This issue only presents itself on new installations when the user activating bbPress does not have the Key Master role. A quick workaround is to automatically set the user that activated the plugin as a Key Master, which makes sense given the context.

#2 @johnjamesjacoby
12 years ago

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

(In [4335]) Capabilities:

  • Introduce bbp_get_user_role_map() to more intelligently map WordPress roles to bbPress roles.
  • Use bbp_get_user_role_map() in bbp_set_current_user_default_role().
  • See #1939.
  • Fixes #2010.

#3 @johnjamesjacoby
12 years ago

(In [4341]) Capabilities:

  • Add tool for remapping site users to the expected forums role.
  • Does not remove existing WordPress core roles.
  • See #1939, #2010.
Note: See TracTickets for help on using tickets.