Hi,
I searched through the issues and couldn't find anything quite like what I am trying to do - but I'm surprised because this seems like something would most people would want to do (sorry if this post is a dupe of another issue).
I have a Vocabulary - Genres
I auto-aliased all of the genre term paths to - /genre/
I created a page view with a dynamic path - /genre/%
The argument is for terms of the vocabulary Genre
Now when visiting that path, you still get the regular standard taxonomy page and not the view page I created. I remember this not being a problem at all in 5.x/Views1.
How can I have the view page show at that path?
Thanks
Comments
Comment #1
massimoi commentedI Subscribe!
Comment #2
dawehneryou can use the field "module" in {vocabulary} and hook_term_path to provide custom taxonomy paths.
Comment #3
mstef commentedSimple - just use Panels3.
Comment #4
merlinofchaos commentedP3 might even be working reasonably well now!