ZenphotoCMS Forum
Set Album Thumbnail - 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: Set Album Thumbnail (/thread-6206.html)



Set Album Thumbnail - milesb - 30-11-2009

I want to set each Album's thumbnail to be the first image, by alphabetical order. I could go into each album and set it, but that could be a lot of work. Is there an automatic method for this?




Set Album Thumbnail - sbillard - 30-11-2009

No, there is not such a function. The code to do this would be very similar to that in Album::getAlbumTumbimage() but where you see $this->getImages(0, 0, 'ID', 'DESC'); you would change the 'ID' and perhaps the 'DESC' parameters to the field you wish to use (folder or title?) Perhaps this is an enhancement that Zenphoto should provide--the ability to select a field for the ordering.