Closed (duplicate)
Project:
Taxonomy Lineage
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 May 2009 at 05:51 UTC
Updated:
22 Oct 2009 at 23:19 UTC
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
Comment #1
xjmIf 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.