I have created a 2 views.
A Taxnomy View called "Gallery List" which pulls the terms and builds a page of links and images to the second view.....
Which is a Node View called "Galleries" that uses the taxonomy arguments to view the specifig images.
If I choose to "Override taxonomy term path" in the second view, then my paths get created as "/gallery/%/" from the first view. It doesnt replace the "%" with the gallery I am trying to access. If I manually go to "/gallery/abstract" then it properly goes to the correct view and displays the images and links to nodes as expected.
Originally I was trying to set these with the PathAuto module, but found that this conflicts with the TVI overrides for paths.
How can I get this to create the proper link?
Comments
Comment #1
duaelfrClosing old issues. Feel free to reopen if needed.