Log in

View Full Version : Identify the UsergroupID in MEMBERINFO


PennylessZ28
12-15-2005, 01:47 AM
Want to create an conditional statement based on the usergroupid of the person whos' profile you are viewing.

anyone know the phrase?

<if condition="usergroupidX"> <esle /></if>

Guest190829
12-15-2005, 02:03 AM
<if condition="$userinfo[usergroupid] == x"> Blah </if>

Did you try that? I'm not sure if it will work...

PennylessZ28
12-15-2005, 02:19 AM
I made this work once before and stinking deleted it :(