Hi,
I have a vocab, 'shop area', set to be redirected to 'shop'.
/shop is a 'views' page view that takes the category name as an argument.
No matter what I set taxonomy redirect to it always goes to the taxonomy term page.
I also have pathauto set to create category paths for the 'shop area' vocab to be shop/[catpath]. I disabled this and cleared out the aliases and the link /shop/category would go to the page view, but now the taxonomy links point to taxonomy/term/tid, with no redirection.
Is it possible to set up so the taxonomy/term links go the /shop/category page?
I need the categories to link to the views page so they can be styled. I cannot use the taxonomy/term view, since I have another content type that are using the same vocab, and I need to control their appearance individually.
How can I fix this?
Thanks
Comments
Comment #1
jeff h commentedI realise this is a LONG time after you asked, but in case you or anyone else finds this... don't be tricked if you check admin/content/taxonomy/x where x is your vocab id. If you click on one of your terms on this page, you will go to taxonomy/term/termid even though this module IS working.
You should test this module by clicking one of the taxonomy term links elsewhere on the site, most likely on a node entry.
Jeff
Comment #2
drew reece commentedThanks for the reply, but taxonomy redirect added another layer to my confusion, in the end it was easier to make a custom module!
I don't really remember the specific details on how I fixed this, but I gave up with taxonomy redirect and made a custom block that creates the urls as I needed them.
Drew
Comment #3
agileware commented