Log in

View Full Version : Conditions


oninuva
12-26-2006, 12:35 PM
if the condition to show to guests was

<if condition="$show[guest]">


then to show for a certian user group would be...

<if condition="$show[admin]">

or

<if condition="$show[1]">

1 being the user group ID?

rogersnm
12-26-2006, 02:07 PM
um no...

Try: <if condition="$bbuserinfo['usergroupid'] == 1">

Itworx4me
12-26-2006, 02:14 PM
Here is a list of conditionals.

http://www.vbulletinzone.com/t44/

Hopes it helps,
Itworx4me