In the view taxonomy_term
Heilong - May 27, 2009 - 05:51
| Project: | Taxonomy Lineage |
| Version: | 6.x-1.0 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
Hi,
I tried to display the hierarchy as text in my view, i overrided the default "taxonomy_term" view provided. And the text displays only the deepest term selected for the node. It doesn't display the parent terms.
However for the term displayed I checked in the Table "term_lineage" and I can see the hierarchy stored correctly like this :
- tid Parent
- tid Child
- tid Subchild ( which is what is displayed in the view )
Is there a way to display all the terms related to it ?
Thanks,

#1
If you look at the HTML source, the field is being rendered as a link with the full lineage in the alt and title, so that it appears with a hover when you mouse over the term the node is actually tagged with. What's needed is other formatting options, including a plain text display of the lineage. Marking this as duplicate of #555316: Views 2: Remove and markup from field rendering.