Hello, I’m setting up a gallery in a fresh install of MODX3. So far, so good! This is my first time using MoreGallery which may become obvious by my questions.
What I’d like to accomplish is a different URL for the single image view. Out of the box it’s:
example.com/gallery.html?iid=24
Ideally I’d like:
example.com/gallery/alias-dynamically-generated-from-the-image-name
Or:
example.com/gallery.html?customparam=value-dynamically-generated-from-the-image-name
Or, as a last resort, a manually created alias for each image.
Possible? I don’t care if it’s an actual new resource for each image (although that would be fine too), or a way of masking the params. I’d just like to get the image title into the URL for SEO, etc.in the easiest way possible.
Also, what does the Link (or Resource ID) field in the image details do? I find I have not been able to make it effect anything. Probably just me.