Download & Extend

How to display taxonomy node view in taxonomy/term/nid listings ?

Project:Taxonomy Node
Version:6.x-1.0-beta3
Component:Documentation
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Status:active» fixed

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

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.