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

indytechcook’s picture

Status: Active » Postponed (maintainer needs more info)

I no longer have hierarchy and custom available. Nor do I have the ability to set path.

These 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

apratt’s picture

I downloaded the module again and the folders don't appear to be there...

The menu is in the menu_links file.

Angus

indytechcook’s picture

I 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.

indytechcook’s picture

Status: Postponed (maintainer needs more info) » Fixed

Should be fixed in 2.3 Please let me know if it's not.

fantazyn’s picture

Version: 6.x-2.2 » 6.x-2.3
Assigned: Unassigned » fantazyn
Category: support » bug
Status: Fixed » Active

Hello.

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.

indytechcook’s picture

Status: Active » Postponed (maintainer needs more info)

Please let me know what your settings are for the taxonomy menu.

fantazyn’s picture

Thank 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.

indytechcook’s picture

Please see the documentation about the menu path: http://drupal.org/handbook/modules/taxonomy_menu

Hierarchy: 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 veiw or page callback. The view or page callback back MUST be created before the taxonomy menu.

Please use the default path unless you have a specific need.

fantazyn’s picture

Big thank You : ). It works!

indytechcook’s picture

Status: Postponed (maintainer needs more info) » Fixed

Great. I'm glad I could help.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.