On my site, I have a vocabulary called communities with things like la crosse, onalaska, holmen. I also have a vocabulary called directory categories with things like restaurants -> pizza. I have content types for the directory that I want to use path auto and custom breadcrumbs with to end up with things like:
URL: example.com/onalaska/restaurants/pizza/my-pizza-place
Breadcrumb: Onalaska > Restaurants > Pizza
Because token currently goes for the lowest weighted term, I can only use communities or directory categories, depending on how I weight them. If each vocabulary was a separate set of tokens, I could mix and match to get my desired paths and breadcrumbs.
I guess it would work something like [term-communities] / [catpath-directory_categories] / [nodetitle]
Thanks,
Michelle
Comments
Comment #1
doc2@drupalfr.org commentedsubscribing
Comment #2
gregglesThis is actually a duplicate of #185446: Provide tokens for each vocabulary but I see you subscribed there so...
Comment #3
michelle@greggles - Well, technically, that one is a duplicate of this one since I filed issue nearly 5 months before that one. :P But that one has a response, so moving over there.
Michelle
Comment #4
gregglesThat's definitely true, and, as you point out, that has more discussion which is why I marked this a dup instead of that one.
Thanks, Michelle.