By Julien PHAM on
Hi,
For each article it is displayed : read x times... my website is in work for now, so I'm reading some articles several times just to check if this is ok...
But when my website goes to production, is there a way to clear this reading count?
And moreover, would be fine to not count two visits if the same user (perhaps a check on IP can be made) read the same page twice in a short amount of times. Because with the current system if a user reload the page 10 times, then the count displays 10 more hits.
Thanks
Comments
The issue for this bug is
The issue for this bug is #90468: Only record unique hits in node counter stats. I just created a module to fix this until something can get fixed: http://drupal.org/project/accurate_read_count.
Solution
See http://drupal.org/node/1245784