ZenphotoCMS Forum
amount of images on frontpage - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html)
+--- Thread: amount of images on frontpage (/thread-8277.html)



amount of images on frontpage - cmsmidt - 18-02-2011

I use gallery stats in the admin page but is it possible to get the image stats show on the frontpage as in "now serving images"

I got it manually but for some reason I can't get it working that it reads it from the database my php skills apparently aren't that great




amount of images on frontpage - acrylian - 18-02-2011

echo $_zp_gallery->getNumImages()
http://www.zenphoto.org/documentation/classes/Gallery.html#methodgetNumImages




amount of images on frontpage - cmsmidt - 18-02-2011

many thanks