Closed (duplicate)
Project:
modr8
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2011 at 17:30 UTC
Updated:
23 May 2012 at 06:24 UTC
I've got moderator role, and he doesn't see any content for moderation until I'll select 'administer nodes'.
I don't want to give to moderator full permission to all nodes and some additional items in Administer appear.
Why there is no separate permission for giving permission only for moderate the content.
Without administer nodes permission, even moderator has permission to create and edit any of specified node type, still don't see it on 'Moderated content' list.
Comments
Comment #1
johngriffin commentedModr8 module deals with the actual moderated content listing, so moving to modr8 issue queue. Please tag with appropriate version
Comment #2
kenorb commentedThanks, I've this problem with 1.3, so that's correct.
Comment #3
int_ua commentedSubscribing.
Comment #4
int_ua commentedIt seems like there was bug report before this:
#763272: Modorators with modr8 permission also need administer nodes permission??
Comment #5
testertesters commentedA quick fix for this that worked for me:
I changed two things in modr8_admin.inc:
To see unpublished content on admin/content/modr8
delete/comment line 193-195:
To make content published when approving it:
change line 349-351 from
to
And finally, for the moderator to be able to se the unmoderated nodes, it might be a good idea to install this module and grant permissions to view unpublished content:
http://drupal.org/project/view_unpublished
This work fine for me, since I only have one user with access to modr8. However, it now totally ignores permissions to publish/unpublish content, which might be dangerous on some sites.
Comment #6
mathankumarc commentedDuplicate of #763272: Modorators with modr8 permission also need administer nodes permission??