Drupal 6-10
Having installed the module and enabled it and cleared the cache and having two appropriate views appear, I went to Menus in Administration where the expected new tab appeared, but selecting the tab I get:
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.
However, Views is installed ... I just did the cache clear and checked the new views ... so now what?
Comments
Comment #1
markDrupal commentedI ran into this as well,
Taxonomy Router should be marked as a required module for installing this modules.
Comment #2
tamhas commentedThat would have been my reaction, but I recalled reading that it was no longer required ...
Edit ... in fact, note that it says Views *or* and Views *is* installed.
Comment #3
markDrupal commentedI had views installed and I still got the message, I had to download the additional module to get this working
Comment #4
rcrowther commentedYes, tamhas is correct, Views 'or' internal functions, as of 4.2 BETA 1. I can't set a complex condition like this in the module dependencies, yet felt a user should have the choice. A warning in Admin seemed the way to go.
Not sure what the issue is. Will look at it. Will take maybe 3 days at the moment. Thanks for reporting.
Comment #5
AlexisWilke commentedHey guys,
There is the patch.
Thank you.
Alexis Wilke
Comment #6
AlexisWilke commentedOkay, I could create a menu, but it has no item. I select a term with about 10 sub-items...
I run the Rebuild code, and the cron (since you say it should be built automatically).
Is there something else to try?
Thank you.
Alexis
Comment #7
markDrupal commentedtry unchecking the "Show decedents" checkbox. I had a similar problem with that checkbox.
Comment #8
AlexisWilke commentedI actually found another solution. I use the Taxonomy VTN module (I'm one of the maintainers). In there I added support for parent & depth and it works for my purpose! Thank you for taking the time mark.
Alexis
Comment #9
rcrowther commented