Drupal User Permissions, Only Allow Specific Users to Edit Specific Pages -


I know that I can play a role to allow the user to edit only their own pages, Then the appropriate page is authored by the appropriate user but then I go to many users of per page problems.

Is there any way that you can allow a user to edit some (maybe multiple) pages, while in case the accounting for overlap allows more than one user to edit the same page Might be possible?

Thanks

If you need a module that is accessible to a user Set permissions to specific content type nodes, then use them; If the content type is a book, then you can also try.
Remember that setting up of different modules for access control should be avoided, because they struggle with the other.

If you have patience, you can create your own custom module, and hook_ode_access_records () and hook_node_grints () suggested by Jeremy You can apply.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -