2 iceblock Jun 14, 2012 02:28

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 :)
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;
}
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:
From Admin > Global Settings > Features > Hit & Session Logging, uncheck Log hits on every admin page. Is this what you're after?