I have spent days trying to determine a clean way to do the following:
Display a list of all top-level terms in a vocabulary with links to their child terms
Upon clicking a link, be taken to a list of the children of those terms.
Ad infinitum until the lowest-level term, for which a list of nodes tagged with that term will be displayed.
This seems like it would be pretty commonly-needed functionality but I can't find any solution that can handle arbitrary depth, particularly if not all term trees descend to the same depth.
An ideal solution would be one that uses Views 3, Contexts, EntityFieldQueries, or anything else that's well-supported in Drupal 7.
I'm able to do almost exactly what I want by making a simple view with three node:term relationships (term, term's parent, and term's parent's parent) and user those for sequential contextual filters. The only problem with this is that if there's a node with a termpath of too little depth, it gets listed as "uncategorized" and generates a dead link. Instead of doing that I'd like it to link to the next child term available.
Can any one help me with this issue, I have followed all the steps on this page http://drupal.stackexchange.com/questions/36217/clean-way-of-building-si...
and is working fine but the only thing am having trouble with main terms as you can see on this link
Comments
Something like:
Something like: http://drupal.org/project/vocabindex or http://drupal.org/project/taxonomy_vtn ?
If so, you can convert them from D6 to D7.
hi thank you for your reply
hi thank you for your reply but is there any other solution to show the name instead of number