jmurrayhead
Well-known member
I'm attempting to add a template but am getting the error in the subject. Just to be sure, I tried the checkboxrow sample from the addon guide and get the same error.
Is this a bug or am I doing something incorrectly here?
Code:
<hr class="formRowSep" /><xf:checkboxrow label="" name="demo_portal_auto_feature" value="{$forum.demo_portal_auto_feature}"> <xf:option value="1" label="Automatically feature threads in this forum"> <xf:hint>If selected, any new threads posted in this forum will be automatically featured.</xf:hint> </xf:option></xf:checkboxrow>
Is this a bug or am I doing something incorrectly here?