After upgrate on 6.x version i have wrong nerm structure in my menu generated by this module for example
settings:
Menu: MyMenuName
Menu Path Type:Default
Base Path for Hierarchy Path: 'category'
Base Path for Custom Path: 'category'
Display Depth in Custom Path: EMPTY
+Syncronise changes to this vocabulary
+Item for Vocabulary
+Auto Expand Menu Item
Before upgrate strucure was:
-Girls
--Bondes
---Thick (multiparents term)
---Thin (multiparents term)
---Sporty (multiparents term)
--Brunettes
---Thick (multiparents term)
---Thin (multiparents term)
---Sporty (multiparents term)
-Boys
After upgrate strucure was:
Sporty (multiparents term)
-Girls
--Bondes
---Thick (multiparents term)
---Thin (multiparents term)
---Sporty (multiparents term)
--Brunettes
---Thick (multiparents term)
---Thin (multiparents term)
---Sporty (multiparents term)
-Boys
And other error:
when i disable taxonomy menu for vocabulary terms in menu still exeist,
and when i disable all of taxonomy menu modules terms in menu still exeist
but if i uninstall taxonomy menu module terms dissapear.
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | compare.xls | 586.5 KB | temp |
| #13 | view.txt | 10.11 KB | temp |
| #13 | 2tables.csv_.gz | 45.58 KB | temp |
| #13 | 2tables.sql_.gz | 47.19 KB | temp |
| #4 | taxonomy_VOCABULARY_NAME.zip | 81.14 KB | temp |
Comments
Comment #1
tomsm commentedI have also noticed that the vocabulary terms remain in the menu when it is disabled using the previous version 2.2. I have not yet tested it with 2.3. I also think that when a taxonomy menu is disabled, all terms should be removed from the menu.
Comment #2
indytechcook commentedThe menu should be removed if the menu is set to 'disabled' This might be a bug.
It looks like you just have the name of the vocabulary in your hierarchy. Just deselect "item for vocabulary."
Comment #3
indytechcook commentedI was unable to reproduce this issue. When I set the menu to "disabled" then the menu disappears. I even turned on block caching and still didn't have the issue.
Comment #4
temp commentedI don't have name of the vocabulary in hierarchy.
I make export this vocabulary witch http://drupal.org/project/taxonomy_xml
Comment #5
indytechcook commentedthanks. looking into it.
Comment #6
temp commentedI make some observation, hope this be helpfull - when i make this action (in vacabulary settings):
turn on taxonomy menu - save - turn off taxonomy menu - save
a new items (as i see that multyparents terms or them child) adding to "emty" menu, as much as i repeat this action.
Comment #7
indytechcook commentedwhat do you mean by "turn off taxonomy menu"? Do you go to the vocab edit page and set the menu to "disabled" or just disable the module?
If you uninstall the module (not just disabled) then it will erase all of the menu items that taxonomy menu created.
Comment #8
temp commentedI go to the vocab edit page and set the menu to "disabled".
I wrote in first post - when i disable module item stay in menu - them disappear only if i uninstall this module.
Comment #9
indytechcook commentedThanks temp. I'm not sure what's happening. I am unable to reproduce your issue.
Comment #10
temp commentedAnd wich vocabulary from #4 too?
Comment #11
temp commentedCan i help to debug witch "devel: Collect query info"?
Comment #12
indytechcook commentedWhat we need to look at are the menu_links table. That is what drives what is on the actually menu. Compare that to the taxonomy_menu table. The mlid from each table should match up. You are welcome to export the two tables (or your entire db) from phpmyadmin and I can look at the data.
Comment #13
temp commentedSorry, but i make clean up all Views in list, and left only 'taxonomy_term (default)', and no other Views in list, after that i uninstall taxonomy_menu module and enable it again (for cleanup structure of menu), after that i go in /admin/content/taxonomy/edit/vocabulary/MY_VOCAB_ID and enable module again, after that i look at created menu - and structure of item looks more correct than early. (but some multyparent item have wrong structure)
BUT: after that i go in /admin/content/taxonomy/edit/vocabulary/MY_VOCAB_ID again and check "Select to rebuild the menu on submit.", save options, and go into created menu, and cstructure of items now is wrong again. (New items appear in top of list.)
I attach exported View code and tables:
Comment #14
temp commentedand i make excel table witch compare of vocabulary structure (about "but some multyparent item have wrong structure") from pervois message
Comment #15
jooel commentedI think i'm having about the same issue. I am adding terms hierarchical (and some terms on multiple places) and when the taxonomy menu is generated it just turns out a mess, with a lot of the terms in the root level.
EDIT: I solved my problem partly. It was pathauto paths that seemed to confuse Taxonomy Menu. I turned them off and now the menu is generated properly. I assume this is a bug in taxonomy menu.
However when i rebuild the menu i end up with lots of duplicates. Also, terms that are placed on multiple places only show up on one place when the menu is first generated.
Comment #16
dstolOld issue closing