1 newbster Jun 14, 2012 01:52
3 newbster Jun 14, 2012 02:47
Thanks for the quick response! Ya, I have that unchecked already. You've given me an idea though--maybe I should unselect both boxes and see what happens. If the site continues to track me then maybe it'll help to narrow down the problem. It's worth a shot :)
4 sam2kb Jun 14, 2012 05:18
Add this somewhere to your skin
if( is_logged_in() && $GLOBALS['current_User']->ID == 1 )
{ // Do not log hits for user #1
$GLOBALS['Hit']->logged = true;
}
5 newbster Jun 17, 2012 18:55
sam2kb wrote:
Add this somewhere to your skin
if( is_logged_in() && $GLOBALS['current_User']->ID == 1 ) { // Do not log hits for user #1 $GLOBALS['Hit']->logged = true; }
Awesome--thanks for your help sam2kb!
Coincidentally, I tried different settings in "Hits & session logging" just to see what would happen and here's what I found:
-
Log hits on:
[u]public pages:[/u]__[u]admin pages:[/u]____[u]results:[/u]
____X______________________4 hits counted per page refresh
_________________X_________1 hit counted per page refresh
____X____________X_________5 hits counted per page refresh
[/list:u]
I'm not sure what would cause this behavior, but maybe somebody else would have an idea.
From Admin > Global Settings > Features > Hit & Session Logging, uncheck Log hits on every admin page. Is this what you're after?