#2084 closed defect (bug) (fixed)
group admins and mods can't post in group forum
Reported by: |
|
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)
Note: See
TracTickets for help on using
tickets.
(In [4544]) BuddyPress Groups: