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 = 6.x |
node_limit.install |
node_limit.install |
|
Installation functions for module node_limit. |
node_limit.module |
node_limit.module |
|
Module to restrict the number of nodes a user or role may create. |
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 = 6.x |
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_og.info |
node_limit_og/node_limit_og.info |
|
name = Node Limit Organic Group
description = Allows admins to apply a Node Limit to an organic group
package = Node Limit
dependencies[] = node_limit
dependencies[] = og
core = 6.x |
node_limit_og.install |
node_limit_og/node_limit_og.install |
|
Installation functions for module node_limit_og. |
node_limit_og.module |
node_limit_og/node_limit_og.module |
|
Module to restrict the number of nodes within an organic group. |
node_limit_role.info |
node_limit_role/node_limit_role.info |
|
name = Node Limit Role
description = Allows admins to apply a Node Limit to a role
package = Node Limit
dependencies[] = node_limit
core = 6.x |
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 = 6.x |
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 = 6.x |
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. |
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… |