Log in

View Full Version : if usergroup statement problem =(


croft
08-26-2005, 11:05 AM
I want to display certain information for a specific usergroup only but i can not get the if statement to work =(

I use this one but its not working hence it must be totaly wrong ?

<if $bbuserinfo['usergroupid'] != id here)>hello world</if>

What is the correct way to do this ?

Marco van Herwaarden
08-26-2005, 01:00 PM
<if condition="$bbuserinfo[usergroupid] != 3">hello world</if>

croft
08-26-2005, 03:28 PM
doh. its to obvius LOL Thanks mate.