Hello,
I have made galleries per year.. so basicly I have a content type named gallery with a year field/image field/title.
I made a menu from a view which works.
Now whenever I open an album, my second view which would display my images in a grid wont open because I don't have a correct path. When I use node/% it works, but then all my other pages (also nodes offcourse) are affected too..
I tried pathauto to manipulate it, but views only looks at your original name.. How can I solve this?
Comments
Comment #1
dawehnerIf you want to override the node page views is NOT the tool to use.
One proper way would be to use panels.
Comment #2
MetalG commentedIve fixed it, by using Views. By rewriting the output as a link -> Gallery/[nid] then I could use gallery/% as view path.