Hi,

I was trying the new version of the module to create a hierarchical menu of a taxonomy of products categories. The first thing I tried was to create a standard taxonomy menu, which sort of worked. At least it gave me a menu item that referred to all the taxonomy terms.
Then I tried the hierarchical menu, but this one didn't give me any menu items. The taxonomy_menu table seems to be filled correctly, but there are no entries made in the menu_links or menu_router tables...

Comments

cmgui’s picture

i have the same problem.

installed 6.x-2.0 on Drupal-6.10.
the Taxonomy Menu Settings did not appear in Site configuration
unlike Taxonomy 6.x-1.01 which works fine.

oops, didn't read the README.txt file

have to go to Content management -> Taxonomy to do the settings

this module is great!

indytechcook’s picture

Status: Active » Closed (works as designed)

slyvaingrad, please make sure you read the readme.txt. Taxonomy Menu has changed significantly from version 1. It no longer handles the menu callbacks. There needs to another module (taxonomy, views or custom) to handle the page call back. If there is nothing in the menu router to match the path of the link being saved, then the like is not saved. The Hierarchy Path is only for sites that had custom modules that relied on the url structure. Example use (Read further down on the comments): #388302: Empty menu when hierarchy enabled

Info on Hierarchy Path from Readme:

HIERARCHY PATH
==============
This should only be used if you have custom code or a block that relies on the category/vid/tid/tid/tid.
If you would like the url to be this path, the recommendation is to use PathAuto with 'category/[vocab-raw]/[copath-raw]'.
Use the field "Base Path for Hierarchy Path" to see the base URL that will match the view or page callback.
The view or pagecall back MUST be created before the taxonomy menu.

Thanks,
Neil

sylvaingirard’s picture

ok, great, thanks for the enlightenment!