[support] Confessions of a Drupal Hacker 1

Fred Jones fredthejonester at gmail.com
Sun Dec 2 17:19:45 UTC 2007


>> 2. 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-drupal/

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.


More information about the support mailing list