By phb on
Hi!
I want to create a drupal site for a department that consists of several units (less than 10, so I can create a role for every unit). Each unit should have its own blog, a bunch of pages, a (sub-)menu etc..
I'm searching for a way to make this content editable and createable only by users who belong to a unit. Any ideas how this can be accomplished? How can I prevent users from creating stuff in sections not belonging to them?
Any pointers to tutorials, suitable modules and best-practice examples are greatly appreciated.
Comments
_
The http://drupal.org/project/og and http://drupal.org/project/og_user_roles modules are one option. Another would be: Controlling Access to Content by Configuring Groups as Roles.