New setting for term hierarchy.
Turkish Delight - April 18, 2009 - 00:41
| Project: | Term Display |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Is it possible to set this term so that you may have a term hierarchy displayed? I.E.: term 1 >> term 2 >> term 3 >> term 4 >> etc?
Thank you for any info!

#1
Choose custom style and override function
theme_term_display_customin your theme.Overriding themable output: http://drupal.org/node/341628
taxonomy_get_tree: http://api.drupal.org/api/function/taxonomy_get_tree/6
Hierarchical Select module http://drupal.org/project/hierarchical_select
#2
Please contribute your theme snippets to our documentation page here: http://drupal.org/node/543656 :)