ZenphotoCMS Forum
Lock main gallery image - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Lock main gallery image (/thread-7192.html)



Lock main gallery image - MtnOlson - 2010-06-15

Is there a way to select the image (thumbnail?) that is displayed for the gallery at the top of the main page. I'm using Zenphoto 1.3, Effervescence+ theme, Image page personality. The site is www.mtnolson.com --> Adventures --> 2010 to display the main page for Zenphoto. The top image right now is a random picture and I can't find where to select an image and lock it in like albums.




Lock main gallery image - sbillard - 2010-06-16

You will have to modify the theme. Look for calls on makeImageCurrent(getRandomImages(true));. You want to change the part that reads `getRandomImages(true);' with the image object of your choice.