Closed (works as designed)
Project:
Statistics Advanced
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2009 at 02:16 UTC
Updated:
4 Feb 2009 at 18:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
bcn commentedOkay, I see this has been discussed in other places such as http://drupal.org/node/115932 and http://drupal.org/node/90468... I guess how it works now is good, and this patch is only necessary if you don't want to count any of the author's views.
Comment #2
bcn commentedThis patch only limits view counter if the node author is authenticated, i.e. if the author was anonymous, another anonymous viewer will still increment the counter.
Comment #3
dave reidOne hesitation I have about this is that I'm not sure what advantages there are for using this approach vs. the current implementation where no matter how many times a user views a node, it only counts as one 'view' in the counter.
Comment #4
bcn commentedYeah, this was only for a pretty narrow use case, where you want to eliminate that single author view. I'll mark this by-design, and if the need ever comes up again, you can see if this helps.