By delineas on
I use the great views module to order my stories by category (terms)
This taxonnomy (for example)
C
D
- A
- B
D don't associated any node, is a container term
If i use a view filtered by taxonomy term with term ID arguments, the display is:
A
B
C
No hierarchical distribution, only alphabetical order.
Can I display tree taxonomy with views? Not? What can I use?
Thanks and sorry for my bad English
Comments
I too would be interested in
I too would be interested in knowing the answer to this question. However, if it can help you at all, there is a PHP snippet that may do what you want (without using Views):
http://drupal.org/node/53085