I have installed Taxonomy menu, Pathauto and I want to create a vocabulary ("Articles") that to categorize all articles from my site (I use Drupal 7). In this vocabulary I want to create a list of terms like this:
One
-oneone
-twotwo
-threethree
Two
-alpha
-beta
Three
-delicious
-twitter
"Articles" vocabulary is associated with "Main menu" - show as expanded.
For all primary terms from "Articles" vocabulary Pathauto module create this paths:
1. articles/one
2. articles/two
3. articles/three
And in my "Main menu" i have this menu links:
One | Two | Three
with subcategories above.
I want the next link to appear when I click on a subcategory from my "Main menu":
1. articles/one/oneone
2. articles/two/alpha
3. articles/three/twitter
Is possible this thing?
Thanks,
Ionut Adrian Luchian.
