Member
Member
Heart   2008-02-08, 17:38
#1
Hi,

I'm using the latst version of zenphoto (1.1.4) and wondering how I can add support for an hitcounter (count the clicks to the images -not albums-).

How can I do that?

Thanks
Administrator
Administrator
acrylian   2008-02-08, 19:40
#2
Take a look here: http://www.zenphoto.org/documentation/zenphoto/_template-functions.php.html#functionhitcounter
Member
Member
Heart   2008-02-08, 22:45
#3
So I must add this function in the image.php file? Can you give me an example how it must look like and where I should add it exactly?

Thanks a lot!
Administrator
Administrator
acrylian   2008-02-09, 11:31
#4
Of course on image.php or album.php of your theme, depends on if you want album or image hitcounter. Example for a image hitcounter: `<?php hitcounter("image",false); ?>` without printing, `<?php echo hitcounter("image",false); ?>` with printing.
Just take a look at the theme files to get a little familiar with that.
Member
Member
Heart   2008-02-11, 08:45
#5
Thanks!
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.