Log in

View Full Version : hide "Instant Messagaing" information from Contact info


MahatetMasr
10-01-2009, 09:54 AM
Hi

I want to know How i can hide "Instant Messagaing" information from Contact info from the member profile page.

I want to show it for Administrators only.

Thanks a lot
George

Lynne
10-01-2009, 02:45 PM
You'll need to put a condition around the code:
<if condition="is_member_of($bbuserinfo, x)">
stuff to only show to usergroup x
</if>