Hi.
For the 6.x version of my module linktocontent I plan to use views for the result listings.
Unfortuantely I did not know how to achieve the following listings with views.
Display a list of all vocabularies
Maybe a custom field?
Display a list of all top-level terms in a vocabulary
If I select a vocabulary I only want a list of top-level terms (depth = 1).
Display all terms (depth = 1) of one term
custom field? The given ones only display terms associated to the current node.
Display a list of all nodes without beeing associated to a term.
Using "Taxonomy: Term ID" or "Taxonomy: Vocabulary ID" and "Is non of" wouldn't work because it has to be dynamic and mysql complains about to many tables on join.
Display a list of nodes and terms for a specific term
One list of all sub-terms (depth = 1) and nodes within a term.
Would this be possible or do I need to build the results by hand (as I do now)?