Active
Project:
Term Display
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2009 at 00:41 UTC
Updated:
8 Aug 2009 at 15:49 UTC
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!
Comments
Comment #1
rstamm commentedChoose 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
Comment #2
joachim commentedPlease contribute your theme snippets to our documentation page here: http://drupal.org/node/543656 :)