You are here

README.txt in node privacy byrole 5

Same filename and directory in other branches
  1. 6 README.txt
WHAT IT DOES:
-------------
This module allows users, when creating or editing a node, to select
which roles of users on a site will have 'view' permissions for the
node and which users on a site will have 'edit' permissions for the
node.  Roles given edit permissions are automatically given view
permissions even if the user tries to give 'edit' permissions to
a particular role, but not view permissions.

TO INSTALL:
-----------
Drop the node_privacy_byrole directory into the modules directory
of your Drupal installation. In most cases, your modules should be
located at sites/all/modules in your Drupal filesystem structure.

TO ENABLE:
----------
Enable the module as you would any other module at
  Administer > Site building > Modules
  location: admin/build/modules

"View/Edit Permissions" will be a new option when editing nodes.

"Node privacy by role" will be a new fieldset for making default
permissions on specific content types at
  Administer > Content management > Content types
  location: admin/content/types

Managing each content type is where you grant permissions for
roles with rights to update permissions. Without doing this, you
won't see the new "View/Edit Permissions" box when editing nodes as
as a non-superuser account.

TO DISABLE:
-----------
Don't forget to run the Uninstall process after disabling the module:
  Adminster > Site building > Modules > Uninstall tab
  location: admin/build/modules/uninstall

According to http://drupal.org/node/178903, there are certain instances
where all nodes may loose all permissions when node_privacy_byrole is
disabled in Drupal 5.x. To repair this issue, run
Rebuild permissions at:
  Administer > Content management > Post settings
  location: admin/content/node-settings

Drupal 6 handles this reversal process automatically.

OTHER NOTES:
------------
If the module is enable, by-role permissions are set by users for
their nodes, and then the module is disabled, the default permissions
scheme will be in effect again, in which all users have view permissions
for all nodes.

After changing the default options for content types, you can mass
update nodes created before the default permissions change by using
the Rebuild permissions option at
  Administer > Content management > Post settings
  location: admin/content/node-settings

File

README.txt
View source
  1. WHAT IT DOES:
  2. -------------
  3. This module allows users, when creating or editing a node, to select
  4. which roles of users on a site will have 'view' permissions for the
  5. node and which users on a site will have 'edit' permissions for the
  6. node. Roles given edit permissions are automatically given view
  7. permissions even if the user tries to give 'edit' permissions to
  8. a particular role, but not view permissions.
  9. TO INSTALL:
  10. -----------
  11. Drop the node_privacy_byrole directory into the modules directory
  12. of your Drupal installation. In most cases, your modules should be
  13. located at sites/all/modules in your Drupal filesystem structure.
  14. TO ENABLE:
  15. ----------
  16. Enable the module as you would any other module at
  17. Administer > Site building > Modules
  18. location: admin/build/modules
  19. "View/Edit Permissions" will be a new option when editing nodes.
  20. "Node privacy by role" will be a new fieldset for making default
  21. permissions on specific content types at
  22. Administer > Content management > Content types
  23. location: admin/content/types
  24. Managing each content type is where you grant permissions for
  25. roles with rights to update permissions. Without doing this, you
  26. won't see the new "View/Edit Permissions" box when editing nodes as
  27. as a non-superuser account.
  28. TO DISABLE:
  29. -----------
  30. Don't forget to run the Uninstall process after disabling the module:
  31. Adminster > Site building > Modules > Uninstall tab
  32. location: admin/build/modules/uninstall
  33. According to http://drupal.org/node/178903, there are certain instances
  34. where all nodes may loose all permissions when node_privacy_byrole is
  35. disabled in Drupal 5.x. To repair this issue, run
  36. Rebuild permissions at:
  37. Administer > Content management > Post settings
  38. location: admin/content/node-settings
  39. Drupal 6 handles this reversal process automatically.
  40. OTHER NOTES:
  41. ------------
  42. If the module is enable, by-role permissions are set by users for
  43. their nodes, and then the module is disabled, the default permissions
  44. scheme will be in effect again, in which all users have view permissions
  45. for all nodes.
  46. After changing the default options for content types, you can mass
  47. update nodes created before the default permissions change by using
  48. the Rebuild permissions option at
  49. Administer > Content management > Post settings
  50. location: admin/content/node-settings