ZenphotoCMS Forum
Display number of images by 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: Display number of images by album (/thread-11315.html)



Display number of images by album - Ganesh - 2013-09-02

Does an extension is avalaible to display the number of images by album inside the gallery ?




Display number of images by album - acrylian - 2013-09-02

No, but there are methods and functions available to get the count of images in an album itself. Using the object model you could build something to display the full tree. Besides the print_album_menu plugin also has an option to display the image number and subalbum number of an album.




Display number of images by album - Ganesh - 2013-09-02

Thanks Acrylian.