Drupal permissions and role(own group content)

85 views Asked by At

I'm working on my drupal website.

I need that Manager(a custom user role) and Publisher(a custom use role) can upload documents (a custom content type) and until here it's all ok.

Then i need also that for example there is:

user A that is a manager

user B is a publisher

user C is publisher

I want assign the possibility for A to see the documents uploaded by B, but not C documents.

How i can do it ?

Thank You.

1

There are 1 answers

0
Nibin On

If you are talking from a download perspective view, hope the Private files download permission module can do the trick for u mate.It has a feature that allows downloads based on the user roles etc.You might also find the below link useful mate.. :)

Drupal 7: how to restrict file access to specific user roles

You might also check if the File Entity Permission suits your purpose.This module allows you to set who can view or download a file.