OK, so I installed and enabled taxonomy_treemenu. As per instructions, I did not install taxonomy_router.

When I navigate to /admin/build/menu/treemenu/add , I get this error message:

To render menus, Taxonomy Treemenu needs a module which can provide lists of child terms. Drupal core is reporting that a suitable module is not installed and enabled.

The following modules can provide lists of child terms:

    * Taxonomy Router
    *
    * Views

Please ensure that one of these modules is installed and enabled.

But I do have views installed. And what's the 2nd item in that list supposed to be?

Looks like a bug, but perhaps there's something wrong with my setup? There's at least a shortcoming in the instructions.

I'm running Drupal-6.10, with Views 6.x-2.5. All other modules are up to date as of last night.

If it's relevant, I have a couple of taxonomies defined already, including the one I want to use, and I have one view defined which lists a subset of terms in that taxonomy. Not sure what else I might be missing?

Comments

muhleder’s picture

I think it actually needs the taxonomy_router module, not sure if it needs views. At least, no items were added to the menu when I tried it without taxonomy_router.

Also, this is pretty much a dupe of this issue.
http://drupal.org/node/445036

rcrowther’s picture

Assigned: Unassigned » rcrowther

Yup. Please note that you have filed under V4.1, which still needed Taxonomy Router. Only from V4.2 are the dependencies Views 'or' internal functions.

See this issue. I'll look at the point about the message being wrong (It IS wrong, if that is what it says).

rcrowther’s picture

Status: Active » Fixed

The module does not now need Taxonomy Treemenu. Rob.

Status: Fixed » Closed (fixed)

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