Closed (fixed)
Project:
Statistics Advanced
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2009 at 18:44 UTC
Updated:
7 Oct 2009 at 18:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
dave reidAdded ignoring counter visits by role. I'm not going to implement a special case for uid #1 since it is an un-Drupal way to handle those.
Comment #2
dave reidComment #3
wrunt commentedIt looks like this change only disabled access logging per role. The node counter still operates.
Comment #4
wrunt commentedHow bizarre, my comment was truncated. The rest of it reads:
Attached is a simple patch to correct this. Also note that user_access() always returns TRUE for uid #1 in Drupal, so it may be worth implementing a special case.
Comment #5
dave reidAccess log and node counter are two separate things. You can't put that in the check for excluding from the access log. There is already the 'exclude visits from counters' permission that should be used. Marking as fixed since this is all implemented.
Comment #6
dave reidI should note that this functionality is in the 6.x-1.x-dev version right now. I have yet to create a new release.
Comment #8
doublejosh commentedSuper awesome great. Looking forward to this ('exclude visits from counters.')
Comment #9
littlemisssunshine commentedI've installed the dev version of this module (6.x-1.x-dev) and I can't seem to find the option to disable hits by the admin account.
Am I missing something?
Thanks.