Quote:
Originally Posted by Jolten
Actually, you're right... technically it should be something like this:
Code:
<if condition="$post[usergroupid] != 'bannedusergroup']">
avatar and other information here
</if>
that's untested
|
That worked! Thanks alot for your help
btw:
Code:
<if condition="$post[usergroupid] != 'bannedusergroup']">
should be:
Code:
<if condition="$post[usergroupid] != 'bannedusergroup'">
No ] at the end