When i go to "list terms" and there are all the tax. terms, when i click on the one that has tax. node i get not data there (There are currently no posts in this category.) Guessing it expected as in fact this shows nodes that are tagged with that term and as this term is a page, its tagged with parent term and then not shown on this list. Some override is needed to make this work.

CommentFileSizeAuthor
#2 taxonomy_term.txt7.72 KBken hawkins

Comments

Marko B’s picture

ken hawkins’s picture

Title: No node on term page » Show taxonomy term node on top of term page
Category: bug » feature
Status: Active » Needs review
StatusFileSize
new7.72 KB

deepM's solution appears to be offline, here's my own solution. Suggest we add this to the read me.

Steps to get term node to show on taxonomy listing page:

Prerequisites:

- Use 6.x dev version from 2011-Feb-25 (or, likely, newer)
- Views
- Views attach

1) Activate default taxonomy_term view
2) Add an attachement display
3) Select attachement display
3) Override relationships
4) Override arguments
5) Clear arguments
6) In relationships add "Taxonomy Node: Term ID"
7) In arguments add "(Taxonomy Node Term) Taxonomy: Term ID"
8) In "attach to" select "page" and then "before"

That's it — you can also import the attached view to override the "taxonomy_term" view.

Suggestion: Pair this with display suite to make the layouts mo betta.

Marko B’s picture