Closed (duplicate)
Project:
Taxonomy Menu
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2009 at 04:32 UTC
Updated:
14 Jun 2010 at 11:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
ivrh commentedIn fact - taxonomy_menu and menu_links tables contain all the rows I expected but the menu doesn't show them up.
I have tried "rebuild menu on submit" option as well.
I have also tried different vocabulary to the same menu as above and it works no problem!
Comment #2
indytechcook commentedI can see the node weight being an issue as the terms are being created from NAT. If the term is created before after taxonomy menu checks for new terms then it wouldn't know about the new terms.
Even so, the menu should have been created when you selected "rebuild." What are you using to display the list of terms? A view, the default taxonomy display or a custom callback?
Comment #3
ivrh commentedI can't see how this can happen, as terms created by NAT long before I even installed the module. By the time I activated taxonomy_menu for that vocabulary it already contained few terms. The way you describe here may only affect automatic synchronization of newly created terms
Tried this many times with no luck
Using browse terms functionality by default provided by taxonomy module (/admin/content/taxonomy/3), as well as menu page (at /admin/build/menu-customize/secondary-links)
As described - I browse tables directly (via PHPMyAdmin) and all menu items are there, but they don't appear in the menu itself (at /admin/build/menu-customize/secondary-links). I also checked other menus (just in case if my links in other menu) - but they are not there as well.
Clearing website cache doesn't do much as well.
Again - whey using taxonomy_menu with any other vocabulary - I can see links in taxonomy view right away
Can't see any reason why it doesn't work
Comment #4
ivrh commentedAttaching screenshots
Comment #5
indytechcook commentedThanks ivan, the screenshots told me exactly what I needed to know. The issue is with the option that adds the "all" at the end is causing the issue. It's related to this issue: #426304: [NOT SOLVED] Hierarchical menu, NOT expaning to current term. See Comment 30 and Comment 32. I had this same issue, even if I add the menu link manually in the menu (without using taxonomy menu). It seems to be related to a bug with core.
I'm setting this issue as a duplicate. Please watch the other issue for updates.
Thanks,
Neil
Comment #6
stefan81 commented