PDA

View Full Version : <if> and usergroup


cuerty
04-26-2004, 02:29 PM
Hi,

I'm trying to make a glow-hack but without any php mod.

Anyone can helpme on this, I don't know the right sintax of <if> and if it has an <elseif> and <else>.

Thanks.

filburt1
04-26-2004, 03:07 PM
There is no <elseif />.

To see if a user is in a usergroup, use:

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

cuerty
04-27-2004, 03:11 AM
Thanks, I will post the results ;-)