Quote:
Originally Posted by q8manar
Is there any way to hide the name of Admin (userid=1) from online user page
I don't want to display specfic user on online page
becuase I don't want any user to see the admin what is he doing now ?
is there any modifcation need in any template
|
Easy. In the whosonlinebit template, at the very top put:
Quote:
<if condition="$userinfo['userid'] != '1'">
|
and at the very bottom put: