I’m using the photo gallery module which works well. On certain pages of my site I’ve placed random images using this:
{exp:gallery:entries gallery="gallery1|gallery2" orderby="random" columns="1" rows="10" cache="yes" refresh="5" }
I’ve set it up so it shows randomly from two different galleries and it works, but today I noticed an error and something that I hadn’t considered before which is the id path in the anchor, for example: <a href=”{id_path=gallery1/image_full}”> The way it’s set up now the images are all linking to gallery1.
Is there a way for the id path to include the right gallery when displaying a thumbnail?
I hope I was clear in my explanation.
Thanks for the help in advance.