README.txt |
README.txt |
|
OVERVIEW
--------
Tac_lite stands for Taxonomy Access Control Lite. This module
restricts access so that some users may see content that is
hidden from others. A simple scheme based on taxonomy, roles and
users controls which content is hidden.
As… |
tac_lite.info |
tac_lite.info |
|
name = Taxonomy Access Control Lite
description = Simple access control based on categories.
dependencies[] = taxonomy
core = 6.x |
tac_lite.install |
tac_lite.install |
|
Installation functions for tac_lite. |
tac_lite.module |
tac_lite.module |
|
Control access to site content based on taxonomy, roles and users. |
tac_lite_create.info |
tac_lite_create.info |
|
name = Taxonomy Access Control Lite Create
description = Hide taxonomy terms on node add/edit forms.
dependencies[] = tac_lite
core = 6.x |
tac_lite_create.module |
tac_lite_create.module |
|
Use tac_lite to control which terms can be used when creating new
content. Unlike tac_lite.module, which relies on Drupal's node_access
features, this module uses hook_form_alter to change which terms are
presented by the taxonomy module. |