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?
<if condition="in_array($bbuserinfo['usergroupid'], array(1))">
content
</if>
this code doesnt work in mozilla firefox...does anyone know 1 that does?