The simpler media website CMS
Forum search only. You might also want to search on the main site's user guide.
Forum RSS
Visit the troubleshooting guide.
Visit the paid support page.
Your support helps pay for this server, and helps development of zenphoto. Thank you!
Visit the donations page
Hello, i don't found a image page pagination with "current / total" number of image pages in a album for the image.php.
There are functions for this: http://docs.zenphoto.org/function-imageNumber.htmlhttp://docs.zenphoto.org/function-getNumImages.html
Perfect!
echo imageNumber(); echo " / "; echo getNumImages();
Many thanks.
Comments
There are functions for this:
http://docs.zenphoto.org/function-imageNumber.html
http://docs.zenphoto.org/function-getNumImages.html
Perfect!
echo imageNumber();
echo " / ";
echo getNumImages();
Many thanks.