Quote:
Originally Posted by Lynne
Are you trying to hide *your* activity or every admin's (ie. user in usergroupid 6) activity from other users?
If yours, you can try:
HTML Code:
<if condition="$bbuserinfo['userid'] == '2'">
the line to hide from all except userid 2
</if>
or if for usergroup:
HTML Code:
<if condition="$bbuserinfo['usergroupid'] == '6'">
the line to hide from all but usergroupid 6
</if>
Try that and see if it works.
|
I just want to hide my activity. I'm the only admin.
What do I put between those <if tags in the MEMBERINFO template? I got a little confused