admin.css |
admin.css |
|
form#-taxonomy-access-permissions-form .form-radio {
margin: 0; padding: 0;
}
form#-taxonomy-access-permissions-form .form-select {
font-size: 10px;
} |
INSTALL.txt |
INSTALL.txt |
|
TO INSTALL, simply install and enable the module, in these steps.
PLEASE CHECK, that you use the right version of Taxonomy Access for DRUPAL.
(For 4.7.x, use taxonomy_access-4.7.0.tar.gz)
IMPORTANT: This is a complicated module. When you try to… |
README.txt |
README.txt |
|
-----------------------
GENERAL DESCRIPTION
-----------------------
This module allows you to set access permissions for various categories based
on user role.
This works as a hook into node_access and follows the same general structure
as the… |
taxonomy_access.info |
taxonomy_access.info |
|
name = Taxonomy Access Control
description = Access control for user roles based on taxonomy categories.
dependencies = taxonomy |
taxonomy_access.install |
taxonomy_access.install |
|
|
taxonomy_access.module |
taxonomy_access.module |
|
Allows administrators to specify how each category (in the taxonomy) can be used by various roles. |
taxonomy_access_admin.inc |
taxonomy_access_admin.inc |
|
Administrative interface for taxonomy access control. |
UPDATE.txt |
UPDATE.txt |
|
READ THIS FILE if you are updating from previous versions of
'taxonomy_access.module'.
If you are installing taxonomy_access.module for the first time, you may ignore
this file.
Taxonomy Access uses the AUTOMATED UPDATE SYSTEM of… |