Greets, is there a way for the "Custom Field" fieldset etc.. to disappear if there's no custom fields for the forum?
I tried something like...
Code:
<if condition="$forum[forumid] == 30">
<br />
<fieldset>
<legend>Custom Fields</legend>
<table cellpadding="1" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
$custom_form
</table>
</fieldset>
</if>
But it didn't work... any ideas?