Permissions....
Nexus5.01 - July 17, 2008 - 13:03
Hey Guys,
Is it at all possible to set permissions so one user can edit only one page for example:
Admin can edit all pages
Moderator 1 can only edit page 1 and 2
Moderator 2 can only edit page 3 and 4
User can not edit anything
Is this possible using Drupal itself or is there any module available.
Thanks!

Nodeaccess module
http://drupal.org/project/nodeaccess
+1 we use this on our
+1 we use this on our production site and it works flawlessly.
Thanks :)
Thank you so much :)
**Edit - Is there one like this for Drupal 6.x?
Thanks :D
Yes.
Nodeaccess is now available for D6 also.
Not quite, but a workaround?
If nodes 1, 2, 3, and 4 are of the same content type, the only way I can think to do it would be to make moderator #1 the creator of nodes 1 and 2, and moderator #2 the creator of nodes 3 and 4. Then, in the roles page, you could give the moderator role only the permission to edit their own nodes of the type, but not edit nodes of this type created by others.
There might be a more elegant solution, but this one might work.