ZenphotoCMS Forum
additional information album thumbnail 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: additional information album thumbnail image? (/thread-10315.html)



additional information album thumbnail image? - useb - 2012-08-20

is there any chance to read out the "image title" informations of an random album thumbnail?




additional information album thumbnail image? - acrylian - 2012-08-20

Yes, using the object model.




additional information album thumbnail image? - useb - 2012-08-20

thanks, I can't figure it out. any hint/link?




additional information album thumbnail image? - acrylian - 2012-08-20

I assume you are using the function printRandomImageAlbum(). In that case you have to use the "get" variant to create a custom function.

IF you are talking about the album thumb within the album loop all album class methods are documented on the functions documentation on the user guide.

In any case you need to read the object model tutorial and have some understanding of PHP: