You are here

README.txt in Node Limit 7

Same filename and directory in other branches
  1. 6 README.txt
node_limit Module

This module allows administrators to limit the number of nodes that users may create.  This limitation may be done on a per-role or per-user basis.

INSTALLATION:

- Put the module in your drupal modules directory and enable it in admin/modules/list.
- Only users with the "administer node limits" permissions will be able to edit node limits.
- The administration page is at admin/structure/node_limit

DETAILS:

- Node limits do not apply to user 1.
- If a user belongs to roles A and B, which have limits of 3 and 4 (respectively), the user will have a node limit of 3.

FUTURE PLANS:

- Allow for time-based node limits (a limit for a certain time period, or a limit that expires on a certain date or after a certain interval)
- Integration with other modules that segregate content, such as Organic Groups

HOOKS FOR SUBMODULES:

See node_limit.api.php
  

File

README.txt
View source
  1. node_limit Module
  2. This module allows administrators to limit the number of nodes that users may create. This limitation may be done on a per-role or per-user basis.
  3. INSTALLATION:
  4. - Put the module in your drupal modules directory and enable it in admin/modules/list.
  5. - Only users with the "administer node limits" permissions will be able to edit node limits.
  6. - The administration page is at admin/structure/node_limit
  7. DETAILS:
  8. - Node limits do not apply to user 1.
  9. - If a user belongs to roles A and B, which have limits of 3 and 4 (respectively), the user will have a node limit of 3.
  10. FUTURE PLANS:
  11. - Allow for time-based node limits (a limit for a certain time period, or a limit that expires on a certain date or after a certain interval)
  12. - Integration with other modules that segregate content, such as Organic Groups
  13. HOOKS FOR SUBMODULES:
  14. See node_limit.api.php