You need to place this conditional around msn block on memberinfo template: <if condition="!$bbuserinfo[userid] ==
2"></if>
Find this in MEMBERINFO template
Quote:
<td>$vbphrase[msn]</td>
<td>$userinfo[msn]</td>
|
and wrap it with the conditional.
Quote:
<if condition="!$bbuserinfo[userid] == 2">
<td>$vbphrase[msn]</td>
<td>$userinfo[msn]</td>
</if>
|
You may use this to hide other contact details as well, like: ICQ, Yahoo, AOL etc..
I hope this helps..
Val.