ZenphotoCMS Forum
hitcounter redux - 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: hitcounter redux (/thread-2246.html)



hitcounter redux - edasque - 2008-02-14

If on the index page (in the albums loop ( ) I want to display the hitcounter for each of the albums I list,

Viewed times

doesn't work, right ? It displays not the context album but the parent (root album in this case). Any other way to do it ?




hitcounter redux - sbillard - 2008-02-14

call hitcounter with the following parameters:

$count = hitcounter('album', true, $album->getAlbumID()); where $album is the album for which you want the count.




hitcounter redux - edasque - 2008-02-14

thanks sbillard. Always very helpful, I really appreciate it.




hitcounter redux - acrylian - 2008-02-15

You could have found that info in our functions guide, too...:-) In fact I built in the album id just with that purpose in mind!