You are here

README.txt in Nodeaccess 6

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 8 README.txt
  3. 5 README.txt
  4. 6.2 README.txt
  5. 7 README.txt
Node Access Module

This module allows you to manage permissions for nodes by role and user. In other words,
it implements per node access control for users and groups. With this module, you can
restrict access to any individual node without having to use taxonomy. You can assign 
permission to view, edit or delete each individual node by user or role. Once enabled,
a 'grant' tab will appear on node pages. You can click this and assign permissions for 
that node.


INSTALLATION:

Put the module in your drupal modules directory and enable it in admin/modules.

I would strongly recommend backing up your database before installing
this module...

IMPORTANT!

Once you check the enable box and submit the page, no nodes will be accessible to anyone
other than the admin user. You just set permissions on the nodeaccess settings page 
(admin/settings/nodeaccess) to enable access to your site.

The settings page has a section for roles, and then a section for every node type you 
have on your site.

ALLOWED ROLES:

The allowed roles section allows you to choose what roles will appear on the node grant
tab. Just check each role you want to appear. Note that you can still set defaults for
all roles as the admin user, these options just hide what is available on each node
page.

NODE TYPE SETTINGS:

For each node type on your site, you can set default role access permissions and choose
if the grant tab should be available on that page. If the show grant tab option is 
not checked, the grant tab will not appear on the node page regardless of user permissions.

For each node type, you can also choose the default permissions for that type. To emulate 
standard drupal permissions, you would give anonymous user and authenticated user view permissions
for each node type. Note that once this module is first enabled, no permissions are granted, so
it is important to set defaults.

The default permissions for each node type will apply to any node which does not have
permissions set, either at the time you submit the settings or when any new node is
created. For already existing nodes, the defaults will apply only to those nodes which
have not had custom permissions set on the node grants tab. 

TIPS:

If you grant authenticated users edit permission, you cannot revoke that for any user
who is a member of authenticated users. For example, if you wanted all users to be able
to edit a node except for one user, you cannot do this by granted edit permission to 
authenticated users, then adding the user to the node without view permissions. Drupal
doesn't let you do that.


File

README.txt
View source
  1. Node Access Module
  2. This module allows you to manage permissions for nodes by role and user. In other words,
  3. it implements per node access control for users and groups. With this module, you can
  4. restrict access to any individual node without having to use taxonomy. You can assign
  5. permission to view, edit or delete each individual node by user or role. Once enabled,
  6. a 'grant' tab will appear on node pages. You can click this and assign permissions for
  7. that node.
  8. INSTALLATION:
  9. Put the module in your drupal modules directory and enable it in admin/modules.
  10. I would strongly recommend backing up your database before installing
  11. this module...
  12. IMPORTANT!
  13. Once you check the enable box and submit the page, no nodes will be accessible to anyone
  14. other than the admin user. You just set permissions on the nodeaccess settings page
  15. (admin/settings/nodeaccess) to enable access to your site.
  16. The settings page has a section for roles, and then a section for every node type you
  17. have on your site.
  18. ALLOWED ROLES:
  19. The allowed roles section allows you to choose what roles will appear on the node grant
  20. tab. Just check each role you want to appear. Note that you can still set defaults for
  21. all roles as the admin user, these options just hide what is available on each node
  22. page.
  23. NODE TYPE SETTINGS:
  24. For each node type on your site, you can set default role access permissions and choose
  25. if the grant tab should be available on that page. If the show grant tab option is
  26. not checked, the grant tab will not appear on the node page regardless of user permissions.
  27. For each node type, you can also choose the default permissions for that type. To emulate
  28. standard drupal permissions, you would give anonymous user and authenticated user view permissions
  29. for each node type. Note that once this module is first enabled, no permissions are granted, so
  30. it is important to set defaults.
  31. The default permissions for each node type will apply to any node which does not have
  32. permissions set, either at the time you submit the settings or when any new node is
  33. created. For already existing nodes, the defaults will apply only to those nodes which
  34. have not had custom permissions set on the node grants tab.
  35. TIPS:
  36. If you grant authenticated users edit permission, you cannot revoke that for any user
  37. who is a member of authenticated users. For example, if you wanted all users to be able
  38. to edit a node except for one user, you cannot do this by granted edit permission to
  39. authenticated users, then adding the user to the node without view permissions. Drupal
  40. doesn't let you do that.