| 1 |
|
| 2 |
********************************************************************
|
| 3 |
D R U P A L M O D U L E
|
| 4 |
********************************************************************
|
| 5 |
|
| 6 |
Name: taxonomy_role
|
| 7 |
Author: der <dreed10 -at- gmail -dot- com>
|
| 8 |
Drupal: 5.x
|
| 9 |
|
| 10 |
********************************************************************
|
| 11 |
DESCRIPTION:
|
| 12 |
|
| 13 |
The purpose of this module is to provide a way to restrict which
|
| 14 |
vocabularies show up on the node forms. This allows you to do
|
| 15 |
things like setup vocabularies for administrator-only use or for
|
| 16 |
any other purpose where you want only certain roles to see or set
|
| 17 |
vocabulary terms on the nodes.
|
| 18 |
|
| 19 |
IMPORTANT! Once this module installed, you MUST visit the
|
| 20 |
access control admin page to set the access permissions for
|
| 21 |
your existing vocabularies. If you dont do this step then your
|
| 22 |
vocabularies wont be visible to anyone but the original admin account.
|
| 23 |
|
| 24 |
********************************************************************
|
| 25 |
INSTALLATION:
|
| 26 |
|
| 27 |
1. Copy the module's directory and files to your site's modules directory.
|
| 28 |
|
| 29 |
2. Enable the taxonomy_role module in 'admin/build/modules'.
|
| 30 |
|
| 31 |
3. Set access permissions for you taxonomy vocabularies in admin/user/access.
|
| 32 |
|
| 33 |
4. Optional: Choose whether to hide or disable denied vocabularies in
|
| 34 |
admin/settings/taxonomy_role.
|
| 35 |
|
| 36 |
********************************************************************
|