Hi Simon - thanks for the suggestion.
In fact I have tried it and it doesn't work either.
Explicitly, the last few lines of my local/config.php file read,
*$TotalCounterBlacklist['Users'] = array('user1','user2');
$TotalCounterBlacklist['Locations'] = array('62.105.202.xxx);
$TotalCounterEnableChmods = 0;
include_once('cookbook/totalcounter.php');*user1 and user2 are defined in SiteAdmin.AuthUser Thanks ps the counter itself works fine. 2008/4/18 Simon <[EMAIL PROTECTED]>: > Use > $TotalCounterBlacklist['Locations'] > to speciy the IP addresses you are updating from > > http://pmwiki.org/wiki/Cookbook/TotalCounter > > > 2008/4/13 James Montaldi <[EMAIL PROTECTED]>: > > > I am helping to run a small pmwiki site, and have just installed the > > totalcounter recipe. > > I want it not to count the many visits by the two editors of the site > > (its not a publicly editable site, and requires auth to edit). Does anyone > > know how to do that? > > > > Reading what is written on totalcounter's page, I have tried putting * > > $TotalCounterBlacklist['Users'] = array('Admin','Edit')* > > before the include command in local/group.php (I just wnat the counter > > to work for the one group). > > > > Any suggestions? > > > > Thanks, James > > > > _______________________________________________ > > pmwiki-users mailing list > > [email protected] > > http://www.pmichaud.com/mailman/listinfo/pmwiki-users > > > > > > > -- > > http://kiwiwiki.co.nz > _______________________________________________ > pmwiki-users mailing list > [email protected] > http://www.pmichaud.com/mailman/listinfo/pmwiki-users > >
_______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
