![]() |
|
Show Image count on albums page - 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: Show Image count on albums page (/thread-5091.html) |
Show Image count on albums page - doku - 2009-11-06 Is it possible to show how many times a picture was viewed by the visitors on the albums page? getHitcounter() just returns the hitcount of the albums page. Show Image count on albums page - acrylian - 2009-11-06 Sure, you have to pass the current image object using $_zp_current_image: http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetHitcounter |