How to display taxonomy node view in taxonomy/term/nid listings ?
GiorgosK - November 8, 2009 - 12:43
| Project: | Taxonomy Node |
| Version: | 6.x-1.0-beta3 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

#1
That'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.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.