Skipping the rant I had prepared I wanted to ask if someone who understands views 2 better could explain how to set up a taxonomy browser (I think that was the initial views tutorial under views 1).
E.g. given a vocabulary

 Term 1
 +- Term 1.1
 |   +-Term 1.1.1
 +- Term 1.2
 Term2
 +- Term 2.1

I want to access /taxonomy-browser/ and get a summary with max depth 1 like this

Term 1.1 (1)
Term 2.1 (4) 

The numbers in brackets should be count(Term 1.1) + count(Term 1.1.1) ...

Anyone?

Comments

merlinofchaos’s picture

Status: Active » Closed (works as designed)

I think that was the initial views tutorial under views 1

This can only be a result of wishful thinking. Views has never supported hierarchy like this in any form.

There's no way to do this right now because you can't just pull up a query that gets terms and nodes and depth.

The taxonomy lineage module theoretically can help do this, but the maintainer of that module is basically awol.