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
Comment #1
cmgui commentedi 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!
Comment #2
indytechcook commentedslyvaingrad, 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:
Thanks,
Neil
Comment #3
sylvaingirard commentedok, great, thanks for the enlightenment!