Greetings.
I am working on a Drupal 7 site and wanted to discuss few permission related things where I am facing issues.
I want the below mentioned permissions:
1) I want to create a user lets say "Job posting manager" for example. Who can only create , edit job content type. No option to publish.
2) I want to create a another user lets say "Job admin manager" for example. Who can publish / edit the job along with create job.
So how can I set this type of permission for only specific content type and specific users?
Thanks in advance.
Let's say the Content Type is named "job".
You'd need to create two Roles:
You can create these two roles by visiting admin/people/permissions/roles (bottom of the page)
Once the two roles are created, you should create two different users and assign them the proper role:
As a last step, you need to assign the proper permission to the newly created roles:
Visit: admin/people/permissions
Filter for "node" section and assign the permissions as you desire.
For a more detail workflow solution, take a look at Workbench and its submodules like Workbench Moderation.