Quote:
Originally Posted by crepo
Installed.
I use it with the configsetting:
Code:
$config['Microstats']['adminonly'] = true;
But can I use this also for 2 groups? I want give it to admin and supermoderators group.
Thanks for helping.
peter
|
You will have to modify the plugin. I thought of having mutiusergroup support but I never implemented it in the last major revision I did.
Quote:
Originally Posted by David_R
thanks works fine,
but i want to display all the information only to administrators and another group ID = 23
how can i acheive same ?
i want to remove/hide guests from viewing the page generated and queries executed line.
|
You will have to modify the plugin.
Quote:
Originally Posted by Zia
Can we hope an Update of this that will show Gzip stats too??
|
I have considered this in the past. Gzip can be set in Apache's configuration and in .htaccess, and I do not know if a way to detect this kind of stuff in PHP exists, so if gzip detection was ever added, it would be misleading and inaccurate. That is why I have decided not to include it in microstatus; at least the one that I maintain anyway.