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!

Comments

zbricoleur’s picture

davedelong’s picture

+1 we use this on our production site and it works flawlessly.

Nexus5.01’s picture

Thank you so much :)

**Edit - Is there one like this for Drupal 6.x?

Thanks :D

mantyla’s picture

Nodeaccess is now available for D6 also.

domesticat’s picture

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.