ZenphotoCMS Forum
imageNumber and class.album - 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: imageNumber and class.album (/thread-5461.html)



imageNumber and class.album - david_zen - 2009-07-10

I notice that imageNumber() returns new incrementation in each album. Is there a function to return the actual zp_images/id field?




imageNumber and class.album - acrylian - 2009-07-10

imageNumber() returns the number in the row the image has which is of course different related how you sorted your images. Use this: http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetImageID




imageNumber and class.album - david_zen - 2009-07-10

Thanks, MM, just what I was looking for!