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,

Comments

xjm’s picture

Status: Needs work » Closed (duplicate)

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: Improve field handler.