- A nested navigation UL based on a taxonomy vocabulary. What I mean is
that I have an estore and the categories of products are stored as terms in a certain vocabulary. I want to display links to each category page as nested UL lists, so that Shoes is one link and inside of it is another UL with Men's Shoes and Womens' Shoes, each also a link to that category.
I am pretty sure there's a module that creates menu blocks out of taxonomy. Search for "site map", restricted to project nodes.
site_map and sitebrowser don't seem to create blocks. But taxonomy_menu does. I am using this now for a new site and it works almost as I want. Directions are here:
http://tela-web.com/drupal/how-to-make-a-list-of-the-taxonomy-terms-with-dru...
It shows the link for the parent category, which is not precisely what I want, but it's not bad. I may well have to write a bit of custom code to make it work as I need, but at least this is pretty close. :)
Thanks.