I have installed "Taxonomy Navigation" module on Drupal 5.13. I also had to install Token and Pathauto modules. Then I enabled these modules in Administer > Site building > Modules section. After that I created a new menu "Tags navigation", and in Administer > Site configuration > Taxonomy Navigation section I enabled my vocabularies and assigned them "Tags navigation" as the Menu parent, but nothing happened. Tags navigation menu remained empty.
Even if I assign Navigation menu as the menu parent no menu appears.

My vocabularies use Single hierarchy. "Related items", "Multiple select" and "Required" are checked.

Comments

pyotr777’s picture

Version: 5.x-1.1 » 5.x-1.2

I use version 5.x-1.2.

hanoii’s picture

The module relies not only on pathauto module but on the aliases generated by it. If you installed pathauto after the terms were added to your vocabulary those alias have not been generated yet. You need to generate them in the pathauto settings page. Have you done this? If so, and if the menus are still there, can you give me an example of your category aliases?

Thanks,
a.=

hanoii’s picture

Status: Active » Postponed (maintainer needs more info)
pyotr777’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

As you said, I had to create aliases manually for the items already in my categories. When I add new items in categories new menu items are created automatically.
Thank you very much! The issue is resolved!

I think you should add this to documentation.