Hi, im trying to make an 'Off Topic' BB Code. I got it working (It uses fieldset)
But what I want to do is make it so users can select in their profile whether to display it or not using profile fields.
I tried this
HTML Code:
<if condition="$post['field9']"><fieldset><legend>Off Topic</legend><table><tr><td>
{param}
</td></tr>
</table></fieldset></if>
Field 9 is a single line text box
Thanks
/blam