I use the old version of this module and it works good. I was hoping that the upgrade would allow for the path to be changed to reflect the category names and term ids.
It does but... I don't use Views and I don't want to display "taxonomy/term/tid tid tid tid" as the top term item. Unchecking the "Show Child Nodes" did not remove this from the URL either.
Maybe I'm missing something... but I looked around quite a bit and could not figure it out.
I would like the menu to look like:
--VOCABULARY (mysite.com/taxonomy/vocabulary)
----TERM1 (mysite.com/taxonomy/vocabulary/term1)
----TERM2 (mysite.com/taxonomy/vocabulary/term2)
----TERM3 (mysite.com/taxonomy/vocabulary/term3)
Is there any way to do this without using Views?
Comments
Comment #1
ARray commentedIs there any way to point VOCABULARY menu item to custom path?
Comment #2
indytechcook commented@array yes, use the taxonomy menu hooks and the path will be what ever you want. http://drupal.org/node/380652
@Cactii1 use the default view, uncheck "display decedents" and use pathauto.
Comment #3
Cactii1 commentedI do use PathAuto and I did have "Display Descendants" unchecked.
In my PathAuto settings I have:
Taxonomy Term Path Settings:
Default Path Pattern:
category/[vocab-raw]/[cat-raw]
All other settings for Taxonomy Url Aliases are blank.
Taxonomy Menu did not drop the child TID's with these settings.
Comment #4
indytechcook commentedIs this for the vocab menu item or the term menu item? Currently the vocab menu item doesn't create the correct alias. I know it's a pain, but you can also just create manual aliases. You would alias taxonomy/term/tid tid tid to taxonomy/vocabulary. This would work as long as your vocabulary doesn't change that often...
If you are using terms, check to see that the path aliases are being created. If they are, go to the vocab edit page, select "rebuild menu" and press submit.
Comment #5
lunk rat commentedIs there any way to disable the top-level menu item in a menu generated by Taxonomy_menu?
I do not want the vocabularies to appear on the menu. I just want the terms. Can this be done?
Thanks for a GREAT time-saving module!
Comment #6
ARray commented2linkovitch:
Yes, vocabulary top-level item will be removed if you uncheck "Item for Vocabulary" checkbox in vocabulary edit page.
Comment #7
PaV@drupal.ru commentedindytechcook, Probaly it (http://drupal.org/node/408112 active menues) too is connected with such generation of the reference? (taxonomy/term/tid tid tid tid "taxonomy/term/9 8 25 7")
Comment #9
indytechcook commentedBetter PathAuto integration is going to be tracked here: #465286: Better PathAuto Integration