| 1 |
// $Id: README.txt,v 1.2 2007/12/20 06:47:40 attiks Exp $
|
| 2 |
|
| 3 |
Tax Tree Nodes
|
| 4 |
--------------
|
| 5 |
|
| 6 |
Tax Tree Nodes shows a taxonomy including all terms with at least one node attached to it as well as a link to the node.
|
| 7 |
|
| 8 |
The admin settings allows you to:
|
| 9 |
- Show node counts by categories.
|
| 10 |
You can exclude certain taxonomies.
|
| 11 |
- Make the tree collapsible using jQuery.
|
| 12 |
You can exclude certain taxonomies.
|
| 13 |
- Exclude certain node types (sponsored by marmaladesoul.com)
|
| 14 |
|
| 15 |
You can theme the output using the following functions:
|
| 16 |
- theme_taxtreenodes_term
|
| 17 |
- theme_taxtreenodes_nodes
|
| 18 |
- theme_taxtreenodes_node
|
| 19 |
|
| 20 |
How to use
|
| 21 |
----------
|
| 22 |
|
| 23 |
Settings can be found at http://www.example.com/admin/settings/taxtreenodes
|
| 24 |
|
| 25 |
To view taxonomy with id 1 as a tree goto http://www.example.com/taxtreenodes/1
|
| 26 |
|