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

black silence’s picture

when 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?

black silence’s picture

Title: Users don't have the permissions they should have » Users don't have the permissions they should have (og_forum)

It doesn't help when I set the forum node type to be a standard group content type

black silence’s picture

drupal 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...)

sun’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.