Log in

View Full Version : simple code, need lil help..


Smiry Kin's
02-24-2006, 11:38 AM
with the if code, e.g

<if condition="in_array($bbuserinfo['usergroupid'], array(6, 3))">

how would i add more users groups?

would it be like

<if condition="in_array($bbuserinfo['usergroupid'], array(6, 3, 1, 2))">

or something different??

<if condition="in_array($bbuserinfo['usergroupid'], array(6,3,1,2))">

thanks

Xenon
02-24-2006, 11:48 AM
both ways are correct, additional spaces don't do anything ;)

Smiry Kin's
02-24-2006, 12:03 PM
Hmm ok thanks, lol