| 1 |
Taxonomy Node
|
| 2 |
----------------------
|
| 3 |
Author - Ariel Barreiro (hanoii) http://drupal.org/user/23157
|
| 4 |
abarrei@gmail.com
|
| 5 |
|
| 6 |
Overview:
|
| 7 |
--------
|
| 8 |
It creates a single node of a configurable content type for each term in a
|
| 9 |
specific vocabulary.
|
| 10 |
|
| 11 |
In this way you can extend the term to hold any other information that a node
|
| 12 |
(cck preferably) can hold. It's an useful module to create different category
|
| 13 |
listings using views. This module prevent you to edit or delete the created
|
| 14 |
node, handles updates and deletion of terms.
|
| 15 |
|
| 16 |
It also handles hierarchy by automatically assigning the vocabulary to the set
|
| 17 |
content type and maintaining the hierarchy on the node as well.
|
| 18 |
|
| 19 |
It would be the opposite of the Node Auto Term [NAT] module.
|
| 20 |
|
| 21 |
Sponsored by:
|
| 22 |
Infomagnet (http://www.infomagnet.com)
|
| 23 |
|
| 24 |
Installation:
|
| 25 |
------------
|
| 26 |
|
| 27 |
1. Copy the taxonomynode directory to the Drupal sites/<...>/modules/ directory.
|
| 28 |
|
| 29 |
2. Go to "Administer" -> "Modules" and enable the module.
|
| 30 |
|
| 31 |
3. Go to "Administer" -> "Categories" and edit the vocabulary you want to
|
| 32 |
associate with a specific content type.
|
| 33 |
|
| 34 |
4. (Optional) Use the batch creation checkbox to create nodes for the terms
|
| 35 |
already there before installing this module. There's a limit of 50 nodes in this
|
| 36 |
batch processing so you'll have to do that several times if you have a lot of
|
| 37 |
terms.
|
| 38 |
|
| 39 |
5. Now, when you edit an already created term, you'll find a link to the
|
| 40 |
associated node to edit the node as well. You won't be able to edit the title or
|
| 41 |
delete the node from the node edition page, you must do so from the term edit
|
| 42 |
page.
|
| 43 |
|
| 44 |
6. (Optional) Go To "Aminister" -> "Settings" -> "Taxonomy Node" and choose
|
| 45 |
if you want node operations to sync to specific terms.
|
| 46 |
|
| 47 |
Last updated:
|
| 48 |
------------
|
| 49 |
$Id: README.txt,v 1.1.2.3 2008/11/07 13:03:25 hanoii Exp $
|