Hi everyone,
I have just begun to work with drupal for the first time, so there might be many things I don't fully understand yet. I apologize if I'm going to ask really noobish questions :-)
I am trying to set up a very basic workflow with 3 roles : admin, editor, contributor. Admin is the standard, default drupal admin role. Editors would have the responsibility to edit and publish content. Contributors are the ones submitting content to editor's review.
Nothing fancy out there I guess ! ;-)
So first, I leave the admin profile to its default.
I then create a new role, "Editor". I define its permissions as follows (everything unchecked except) :
- Administer Content
- Access the content overview page
- View published content
- View content revisions
- For each content type : "edit any content" and "delete any content" are checked.
- For ease of use, I have also enabled "use the administration toolbar" and "Access the administrative overlay"
And I finally create a "Contributor" role with the following enabled permissions:
- Access the content overview page
- View published content
- View own unpublished content
- View content revisions
- For each content type : "create new content" and "edit own content" are enabled
- For ease of use, I have also enabled "use the administration toolbar" and "Access the administrative overlay"