Skip to:
Content

bbPress.org

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#2084 closed defect (bug) (fixed)

group admins and mods can't post in group forum

Reported by: lakrisgubben's profile lakrisgubben Owned by:
Milestone: 2.2.3 Priority: normal
Severity: normal Version: 2.2.2
Component: Extend - BuddyPress Keywords:
Cc:

Description

Running bbp 2.2.2 and WP 3.4.2 group admins and group mods can't create topics or replies in group forums due to insufficient capabilites, the error thrown is: "ERROR: You do not have permission to reply." Somewhat similarly reported here: http://bbpress.org/forums/topic/error-you-do-not-have-permission-to-create-new-topics/

Seems like it has to do with line 150 in the file bbpress/includes/extend/buddypress/group.php. At least it starts to work when I change it to this:

if ( bp_group_is_member() || bp_group_is_admin() || bp_group_is_mod() ) {

Change History (3)

#1 @johnjamesjacoby
11 years ago

  • Milestone changed from Awaiting Review to 2.2.3

#2 @johnjamesjacoby
11 years ago

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

(In [4544]) BuddyPress Groups:

  • Add moderator and admin checks to map_topic_meta_caps()
  • Props lakrisgubben.
  • Fixes #2084 (trunk)

#3 @johnjamesjacoby
11 years ago

(In [4545]) BuddyPress Groups:

  • Add moderator and admin checks to map_topic_meta_caps()
  • Props lakrisgubben.
  • Fixes #2084 (2.2 branch)
Note: See TracTickets for help on using tickets.