Hi there.
I am hosting a page of a Catholic youth organisation (KjG) [http://kjg.sanktlaurentius.org].
This organisation has various campaigns over the year such as selling eggs at easter or a summer camp.
On this page there is one page per campaign.
I moved to drupal so that every campaign leader can edit the page of its campaign himself so I dont need to do every little change.
The problem is that most of the campaigns have more than one leader.
But as far as i know in Drupal you can only attach a page to one user and on the permission page you can only say "can edit own pages" or "can edit all pages".
So i created one user which is called <Campaign>-lead that owns the page and every lead of the campaign gets the username and the password for the -lead account and can log in with that account and edit the page.
Is there a possibility that the page is owned by the group so i can create a group for each campaign and that asign the user to the group and let the group edit the page or is this not possible in drupal?
Thanks for the help.
angel
p.s. sorry for my bad english. I am not a native english speaker (german).
Comments
check out access modules
You might try node privacy by role or simpleaccess.
They both allow you to do determine rights per node by roles (the former allows more detailed control). Both are in cvs and I do not know how stable they are for 4.7.
good luck.
charles