![]() |
|
Hitcounter and Galleriffic [zpArdoise theme] - 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 and Galleriffic [zpArdoise theme] (/thread-10726.html) |
Hitcounter and Galleriffic [zpArdoise theme] - anged - 2013-01-10 Hello, I'm using the zpArdoise theme which uses a Galleriffic script. Is there a solution that would make the image hitcounter increment using the galleriffic script? Note: I previously modified template_functions.php so that the hitcounter displays image hits on album.php also (not the album hits) Hitcounter and Galleriffic [zpArdoise theme] - acrylian - 2013-01-10 The galleriffic script is entirely javascript so it does not reload the page. Which is what the standard hitcounter requires. So you have to extent the script to update the hitcounter via ajax. Hitcounter and Galleriffic [zpArdoise theme] - anged - 2013-01-10 Ok thanks. I'm gonna try that. Long way to go :p |