Hitcounter and Galleriffic [zpArdoise theme]

Hello,

I'm using the zpArdoise theme which uses a Galleriffic script.
As hitcounter is not implemented in the code of this theme, I added it on image.php and album.php.
It works great on image.php (hitcounter value is incremented), but on album.php, the value displayed is the right hitcounter value but it doesn't increment.

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)

Comments

  • acrylian Administrator, Developer
    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.
  • Ok thanks. I'm gonna try that. Long way to go :p
Sign In or Register to comment.