Closed (fixed)
Project:
Taxonomy Node
Version:
6.x-1.0-beta3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2009 at 12:43 UTC
Updated:
23 Nov 2009 at 14:00 UTC
is there a way to actually do this
ideally one would want to present the taxonomy/node created on the top of its listing where normally the description of the taxonomy displays
Comments
Comment #1
hanoiiThat's what we actually do. Taxonomy nodes, as nodes, should be properly be displayed on any view. Because the nodes inhering the parent term of the mapped taxonomy, the nodes should be able to be matched, for instance, using the parent term.
For instance, if you have the following:
- Topic
|_ Linux
The taxonomy node Linux, would have the term Topic, so if you browse topic, you should be able to see Linux.
Then, you have to apply the proper filters/sorting in your view to match what you want.