First of all, kudos to the developers/maintainers, this module meets my needs quite well; I've just run into a small issue.
The following error message appears when I attempt to edit a poll for my group:
"You do not have permission to edit or delete this content type (poll) in Group..."
I'm logged in as user 1 and am still unable to edit group polls (or any other poll for that matter), but I can create and delete them. For all other users, I no longer have an Edit option for polls. Polls appear to be the only content type affected.
I've rebuilt permissions with no luck.
This looks like the same issue found here http://drupal.org/node/329058 but the patch provided fails for 5.x-3.7. Does anyone have an idea how this can be resolved or is there another patch I've missed? FYI - I'm running Drupal 5.18
I appreciate the help.
Comments
Comment #1
tonyp001 commentedDoes anyone have an idea as to what could cause this? I'd appreciate any feedback.
Thank you.
Comment #2
kloosm commentedSame problem here. Able to delete the node, but not edit it. It's saying
I'm running Drupal 5.19 and OG User Roles 3.7
Comment #3
sunWith the rise of the rewritten OGUR 4.x for Drupal 6, in which many unrelated features of OGUR were removed, and nearing a release of Drupal 7, I'm closing down old issues.
Comment #4
dewolfe001 commentedTo get ours to work I did this:
I redid the og_user_roles_perm:
ca. line 1784 (after
$module = node_get_types('module', $type);)Lastly, I went into the User Access and added the appropriate privileges.
All the best,
Mike