PDA

View Full Version : SOLVED!!! need a little help with if usergroupid statement


Vaupell
01-28-2009, 09:10 PM
SOLVED!!!!

Working code is

<if condition="is_member_of($bbuserinfo, 12)">
</if>


------------------------------------------Original post.-------------------------------



<if condition="$usergroupid['12']">
here we go specified content for usergroup 12
</if>

what is wrong here when selecting a usegroup,
im not sure the ID name is correct. but im sure someone knows ?

:D

--------------- Added 1233185841 at 1233185841 ---------------

or should i use

if condition="$show['member']">

and replace member with the name of the specifik usergroup ?