Just wondering if anyone knows of a way to have the gallery module prefix thumbnails rather than appending a suffix.
So image1.jpg would become medium_image1.jpg rather than image1_medium.jpg for the medium size thumbnail.
As I’m using image entries from the gallery module in my weblogs, and the idea was rather than have the user specify both the medium size and thumbnail image in the gallery entry, they would specify just the fullsize image, then I would have say thumbnail_{fullsize_image} within my weblog to automatically pull in the thumbnail. I can see no straightforward way to do this with the thumbail string as a suffix as I have the filename extension to tackle.
Anyone got any ideas?