Closed (fixed)
Project:
OG User Roles
Version:
6.x-1.5
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2009 at 09:32 UTC
Updated:
14 Aug 2009 at 03:50 UTC
I'm using og, og_forum and og_user_roles.
I created a role "groupmoderator" with the permissions "administer comments", "administer nodes" and almost all forum-related permissions. But the users I defined as groupmoderators don't see the links to edit or delete forum posts and comments in the group where they are moderator.
How do I check what's wrong?
Comments
Comment #1
black silence commentedwhen the user is viewing the group page, group forum overview and topic list:
[roles] => Array
(
[2] => authenticated user
[10] => Gruppenmoderator
)
when the user is viewing a topic in the forum:
[roles] => Array
(
[2] => authenticated user
)
So the role is not there just when it is needed :(
How do I work around this?
Comment #2
black silence commentedIt doesn't help when I set the forum node type to be a standard group content type
Comment #3
black silence commenteddrupal needs some kind of dependency version check -.-
i was using og 1.3 not 2.0
now my moderator user has permission to delete some comments (not his own...)
Comment #4
sun