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 ?
call hitcounter with the following parameters:
$count = hitcounter('album', true, $album->getAlbumID()); where $album is the album for which you want the count.
$count = hitcounter('album', true, $album->getAlbumID());
$album
thanks sbillard. Always very helpful, I really appreciate it.
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!