You are here

README.txt in Taxonomy menu block 7

TAXONOMY MENU BLOCK
*******************

This module allows you to make menu blocks out of your taxonomies. 
A Taxonomy Menu Block will output a (nested) unordered list of term names, 
linked to that term's detail page.
Install the module and go to admin/structure/block 
to start adding Taxonomy Menu Blocks

Options:
--------
1. Display the whole tree
Displays the whole vocabulary. 

2. Fixed parent
Render only the sub-terms of a certain parent. 

3. Dynamic parent
Only the currently active branch will be displayed. For example, 
if we have the following vocabulary:

- Term one
- Term two
-- Term three
-- Term four
-- -- Term five
-- -- Term six
- Term seven
-- Term eight
-- Term nine

If you are viewing Term two or any sub-term of Term two or a node coupled 
to Term two or any sub-term of Term two, all the children of Term two 
are considered the currently active branch, and will be displayed.

Visibility of blocks are controlled via the standard Block visibility settings. 
"Dynamic parent" blocks will only show on term pages (taxonomy/term/%) and 
certain node pages, depending if those nodes have a term reference field 
referencing to the vocabulary you chose in your configuration.

Functionalities:
----------------
* Active trail is followed, even on nodes attached to a certain term
* Works on multilingual sites
* Ability to alter rendered data through hooks, see .api.php file
* Lightweight because of smart caching

File

README.txt
View source
  1. TAXONOMY MENU BLOCK
  2. *******************
  3. This module allows you to make menu blocks out of your taxonomies.
  4. A Taxonomy Menu Block will output a (nested) unordered list of term names,
  5. linked to that term's detail page.
  6. Install the module and go to admin/structure/block
  7. to start adding Taxonomy Menu Blocks
  8. Options:
  9. --------
  10. 1. Display the whole tree
  11. Displays the whole vocabulary.
  12. 2. Fixed parent
  13. Render only the sub-terms of a certain parent.
  14. 3. Dynamic parent
  15. Only the currently active branch will be displayed. For example,
  16. if we have the following vocabulary:
  17. - Term one
  18. - Term two
  19. -- Term three
  20. -- Term four
  21. -- -- Term five
  22. -- -- Term six
  23. - Term seven
  24. -- Term eight
  25. -- Term nine
  26. If you are viewing Term two or any sub-term of Term two or a node coupled
  27. to Term two or any sub-term of Term two, all the children of Term two
  28. are considered the currently active branch, and will be displayed.
  29. Visibility of blocks are controlled via the standard Block visibility settings.
  30. "Dynamic parent" blocks will only show on term pages (taxonomy/term/%) and
  31. certain node pages, depending if those nodes have a term reference field
  32. referencing to the vocabulary you chose in your configuration.
  33. Functionalities:
  34. ----------------
  35. * Active trail is followed, even on nodes attached to a certain term
  36. * Works on multilingual sites
  37. * Ability to alter rendered data through hooks, see .api.php file
  38. * Lightweight because of smart caching