UPDATE: I decided this module was too specific and had no room to grow at all, so I created a new module, Statistics Advanced Settings that includes an improved version of Accurate Read Count.
Well that was fun! In about a total of two hours, I was able to code, cvs commit and create the project page for a new module of mine, Accurate Read Count. I think that's pretty good for only my third module.
So what does it do you ask? Do you like seeing how many times your content has been read using the core statistics module? Did you know that every time you view a node, even if you're logged in, the read counter is incremented? Any Drupal user could easily inflate the read counters just by normal site administration alone. Crazy! I've been keeping track of bug #90468: Only record unique hits in node counter stats and I even tried my first core patch there a while back. Seeing as this bug is not going to be fixed in Drupal 6.x (the bug is slated to be fixed in 7.x), I decided to create a simple module that would work with the core statistics module and disregard any non-unique content views.
[...] Drupal 5 the solution was to use the Statistics Filter module, and now, thanks to Dave Reid there is the Statistics Advanced Settings module for Drupal 6. Once enabled, you are granted a [...]
Post new comment