Active
Project:
Organic groups permissions
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2011 at 11:28 UTC
Updated:
16 Sep 2011 at 22:05 UTC
Hi,
I've enabled broadcast to group permission for authenticated users, but only the group administrator can broadcast messages to the group. (no broadcast tab in group page when viewed by an authenticated user, node/[group-nid]/broadcast gives permission denied)
Is there anything else that I should do to make this work?
Comments
Comment #1
farhadhf commentedI did a little investigation in the code using xdebug, in og_perm_check_access() function :
$callback is 'og_broadcast_access' which returns 0, so no matter what user_access() returns 'broadcast message to group' permission is denied.
I think this is a bug and the last line of the function should be changed to :
Comment #2
hefox commentedIf you look at the description, this module is only meant to remove permissions for administrators in a group, not allow others to gain more permissions.