Quote:
Originally posted by thunk
but is it possible to count the stats of a user but hide them from being displayed in SITE STATS * ?
|
You can limit the stats output like this:
per user: site stats alldn limit "!user1 !user2 *" <-- hide user1, user2
per group: site stats alldn limit "!=Group1 !=Group2 *" <-- hide Group1, Group2
both: site stats alldn limit "!user1 !user2 !=Group1 !=Group2 *" <-- hide Group1, Group2 , user1, user2
Have Phun