ZenphotoCMS Forum
Image page current / total pagination? - 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: Image page current / total pagination? (/thread-9262.html)



Image page current / total pagination? - wibbi - 2018-02-23

Hello,
i don't found a image page pagination with "current / total" number of image pages in a album for the image.php.




Image page current / total pagination? - acrylian - 2018-02-23

There are functions for this:
http://docs.zenphoto.org/function-imageNumber.html
http://docs.zenphoto.org/function-getNumImages.html




Image page current / total pagination? - wibbi - 2018-02-23

Perfect!

echo imageNumber();
echo " / ";
echo getNumImages();

Many thanks.