Quote:
Originally Posted by whitedd
this is for admin who have ID 1...on our forum ,we have 4 admins...how to hides whole group of administrators???...
|
Add the numbers to the !=1
I believe you separate by commas... He currently has it set for Userid 1, but I only use that one rarely. I would just add my own userid, then add the ones for others I wanted to make invisible.
So this code:
Code:
<vb:if condition="$userinfo['userid'] != 1">
Would read this way (if I am right):
Code:
<vb:if condition="$userinfo['userid'] != 1,2,45,12">