I have a two vocabularies. For one everything is working. Been through some hiccups with the rapid updates but that seemed to sort itself out.
The second vocabulary is giving me heart burn though. It says it is created. If I go to the menu nothing is displayed. When I try to delete it it tells me there 88 items there. So they are getting that far (they are also in the taxonomy menu table in the database.) Just seems to be an access issue that isn't allowing them to be displayed.
There are several options not showing in the taxonomy menu options under the vocabulary. I no longer have hierarchy and custom available. Nor do I have the ability to set path.
I actually went so far as to uninstall the module, delete the table and reinstall the module. Still nothing.
I suspect something simple but my brain is dust at the moment. Any thoughts?
Comments
Comment #1
indytechcook commentedThese options are enabled through the modules 'Taxonomy Menu Custom Path' and 'Taxonomy Menu Hierarchy' under the taxonomy menu group. Be sure you read the documentation about these modules before you use them.
Sorry about the hickups. I made committed to early on version 2.1.
Check the menu_link table. This is where the menu items are actually stored. If they are in there then the issue is just the display of the item (permissions?) if they are not then they probably don't have the correct menu callback item.
Let me know what you find and I'll help you go from there.
Neil
Comment #2
apratt commentedI downloaded the module again and the folders don't appear to be there...
The menu is in the menu_links file.
Angus
Comment #3
indytechcook commentedI was changing CVS clients to be integrated with my IDE and it looks like when I tagged the new content, it didn't tag the sub folders. I went back to my old way of updating the CVS and release 2.3 has the correct files. I am sorry for the issues.
Comment #4
indytechcook commentedShould be fixed in 2.3 Please let me know if it's not.
Comment #5
fantazyn commentedHello.
I've downloaded today Drupal 6 with two other modules at once (nice menus and taxonomy menu).
My problem: First I created new menu, after I created new category in taxonomy with few terms, I set my new menu under "Menu" in "Taxonomy Menu" section and when I go to admin/build/menu-customize/menu- ...
I don't see my terms created in taxonomy. I suppose I should see them in this menu : /.
Ps. Maybe I do something wrong, earlier I worked with Drupal5 and I don't know Drupal5 yet.
Comment #6
indytechcook commentedPlease let me know what your settings are for the taxonomy menu.
Comment #7
fantazyn commentedThank You for Your fast response.
Settings for taxonomy menu:
Menu:
AbMenu (I created this menu in admin/build/menu)
Menu Path Type:
Hierarchy
Base Path for Hierarchy Path:
category
Base Path for Custom Path:
category
Display Depth in Custom Path:
Syncronise changes to this vocabulary
Display Number of Nodes
Hide Empty Terms
Item for Vocabulary
Auto Expand Menu Item
Display Descendants
Select to rebuild the menu on submit.
I have two terms in this taxonomy whose I don't see in menu. When I create new items in this menu (via admin/build/menu-customize/menu-abmenu/add) - I see them.
Comment #8
indytechcook commentedPlease see the documentation about the menu path: http://drupal.org/handbook/modules/taxonomy_menu
Please use the default path unless you have a specific need.
Comment #9
fantazyn commentedBig thank You : ). It works!
Comment #10
indytechcook commentedGreat. I'm glad I could help.