PDA

View Full Version : showing content to certain usergroups


XxBuLLeTz
09-12-2007, 01:13 AM
im trying to show different content to different usergroups using the following code:

<if condition="in_array($bbuserinfo['usergroupid'], array(1))">
content
</if>

this code doesnt work in mozilla firefox...does anyone know 1 that does?