Skip Admin is not fine
dvasquez - October 4, 2009 - 17:57
| Project: | Counter |
| Version: | 6.x-2.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
The value of $ total should be:
$total = $data->total - $counter_skip_admin;
and the correct form of discounter should not be this?:
$ counter_skip_admin = variable_get ( 'counter_skip_admin', 1);
I think this because when I activate the checkbox to ignore the value of the manager shows me the same amount of users.

#1
$counter_skip_admin is a param to skip admin visit. Example: if your counter is 500 then admin (uid=1) login then open 10 pages then the Counter value still 500 if you checked "skip admin" otherwise 510.
#2
Thank you,
I thought that this remained the administrator user module to the meter of site users. Ie. if I have 401 members on the site show me: 401 - admin = 400 users.
Is this module can do that too?
Maybe the admin should not be counted because the person giving is not part of the community, or perhaps have another account with real data.
#3
Yes, just set:
1. Go to Administer - Site Builing - Counter settings
2. Look at "Advanced settings" section
3. Set "Skip Admin = TRUE"
Above steps will ignore admin visit, so you will have more real data counting.
#4
Fixed.