Full Image/Download Counter

Hi :) I was wondering if it is possible to add a feature like another counter -besides the hit one which counts only the times an image has been viewed. I mean a counter for the times an image has been seen full size or downloaded (depending on the image's option chosen). Hope this is easy to handle...

Thank you for the wonderful gallery anyway and for the support :)

Comments

  • The fullsize link often does not go through any PHP code, depending on what you have set in your options. You might try creating a custom page that displays the full sized image and change the link to link to your custom page passing the album and image as query parameters:

    `www.mysite.com/zenphoto/index.php?p=mypage&album=albumname&image=imagename`

    Then on that page you can do your counting. Of course, you will have to select a database field to contain the count if you don't want to use the hitcount.
  • iSun Member
    I can roughly understand what you are talking about but actually I'm not so good at programming for doing such things :)

    Anyway I just wanted to give you a clue for a future release, that is the possibility to count both the views of an image (resized in the image page) and the times that image have been downloaded or watched full size (if one of those options has been activeted).

    Thank you anyway, and I'll hope you consider this as a future improvement! :)
Sign In or Register to comment.