node_limit.api.php |
node_limit.api.php |
|
Node_limit api reference. |
node_limit.info |
node_limit.info |
|
name = Node Limit
description = Allows admins to restrict the number of nodes that may be created.
package = Node Limit
core = 7.x
configure = admin/structure/node_limit |
node_limit.install |
node_limit.install |
|
|
node_limit.module |
node_limit.module |
|
|
node_limit_interval.info |
node_limit_interval/node_limit_interval.info |
|
name = Node Limit Interval
description = Allows admins to apply a Node Limit to a time interval
package = Node Limit
dependencies[] = node_limit
core = 7.x
files[] = node_limit_interval.install
files[] = node_limit_interval.module |
node_limit_interval.install |
node_limit_interval/node_limit_interval.install |
|
Installation functions for module node_limit_interval. |
node_limit_interval.module |
node_limit_interval/node_limit_interval.module |
|
Module to restrict the number of nodes within a time interval. |
node_limit_role.info |
node_limit_role/node_limit_role.info |
|
name = Node Limit Role
description = Allows admins to apply a Node Limit to all users of a given role
package = Node Limit
dependencies[] = node_limit
core = 7.x
files[] = node_limit_role.install
files[] = node_limit_role.module |
node_limit_role.install |
node_limit_role/node_limit_role.install |
|
Installation functions for module node_limit_role. |
node_limit_role.module |
node_limit_role/node_limit_role.module |
|
Module to restrict the number of nodes by role. |
node_limit_type.info |
node_limit_type/node_limit_type.info |
|
name = Node Limit Type
description = Allows admins to apply a Node Limit to a content type
package = Node Limit
dependencies[] = node_limit
core = 7.x
files[] = node_limit_type.install
files[] = node_limit_type.module |
node_limit_type.install |
node_limit_type/node_limit_type.install |
|
Installation functions for module node_limit_type. |
node_limit_type.module |
node_limit_type/node_limit_type.module |
|
Module to restrict the number of nodes by content type. |
node_limit_user.info |
node_limit_user/node_limit_user.info |
|
name = Node Limit User
description = Allows admins to apply a Node Limit to an individual user
package = Node Limit
dependencies[] = node_limit
core = 7.x
files[] = node_limit_user.install
files[] = node_limit_user.module |
node_limit_user.install |
node_limit_user/node_limit_user.install |
|
Installation functions for module node_limit_user. |
node_limit_user.module |
node_limit_user/node_limit_user.module |
|
Module to restrict the number of nodes by user. |
node_limit_userofrole.info |
node_limit_userofrole/node_limit_userofrole.info |
|
name = Node Limit User of Role
description = Allows admins to apply a Node Limit to each user of a given role
package = Node Limit
dependencies[] = node_limit
core = 7.x
files[] = node_limit_role.install
files[] = node_limit_role.module |
node_limit_userofrole.install |
node_limit_userofrole/node_limit_userofrole.install |
|
Installation functions for module node_limit_userofrole. |
node_limit_userofrole.module |
node_limit_userofrole/node_limit_userofrole.module |
|
Module to restrict the number of nodes by role. |
README.txt |
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… |