I have created a new view with taxonomy/products/% as path.
The urls in the menu point to this path as it should be.
But in the view page there is also a taxonomy link under each node teaser which point to the default core path:
taxonomy/term/%.
Since the filter criteria of my new view are different from the default taxonomy view, I get wrong results when I click a taxonomy link under a node.
So I enabled the default taxonomy view that comes with views and changed the filter criteria for the page display.
But this is only a workaround.
Can someone tell me how to set the taxonomy links under the teasers to the right view?
Thanks!
Comments
Comment #1
tomsm commentedI have solved my problem with the taxonomy redirect module.
I redirected the vocabulary used for the menu to the taxonomy/product/!tid path.
Comment #2
tomsm commented