Quote:
Originally Posted by cashpath
quick question
1. what would be the code to hide (not show) something in a template to a certain;
a. Userid
b. Usergroup
c. IP address?
Thank you in advance.
|
<if condition="$bbuserinfo[userid] != X">only the users who are not in X will see</if>
<if condition="$bbuserinfo[usergroupid] != X">Any user not in the group of X</if>
Not sure about IP address