Closed (duplicate)
Project:
Taxonomy Lineage
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2009 at 11:11 UTC
Updated:
22 Jan 2010 at 11:17 UTC
I have tried installing this with the Views 2 module, but can't really see what to do next. It seems to create some new options in Views, but the really useful ones are missing IMHO. In particular:
1) Ability to filter on depth (eg only show the top terms in a hierarchy)
2) Ability to filter on a term + children (eg both the term and its children would satisfy a filter, even though only the top term is specified explicitly)
3) A Term hierarchy style for output.
Of course the other possibility is that all this works already but I just don't understand it! In which case some advice would be welcome.
Comments
Comment #1
xjmFor #1, use the "Taxonomy: Term ID (with depth)" filter.
For #2, try adding a Parent term relationship to your view and using that relationship. See if you can get the functionality you want that way.
#3 is an issue I am currently working on: #612908: Add lineage nested list style plugin
Comment #2
xjmMarking duplicate of #612908: Add lineage nested list style plugin; feel free to open separate issues for #1 or #2 if my suggestions above don't address the question sufficiently.
Comment #3
joel_guesclin commentedOn #1, many thanks I managed to get this working - the problem was selecting the right depth (I had left it at zero when I should have set it at 1).
On the others, I will comment separately