PDA

View Full Version : Style chooser is blank


Merriweather
04-22-2012, 10:36 PM
I have my VB 4.1.12 set to allow user style selection. I have three files marked as selectable by the user. Yet my style choose drop-down menu is blank (the menu is there, but it has no options). I am guessing I have a messed up template file somewhere - which template should I be looking at?

ETA ~ I looked in my footer template, and this code is there:

<vb:if condition="$show['quickchooser']">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="{vb:rawphrase quick_style_chooser}">
{vb:raw quickchooserbits}
</optgroup>
</select>
</vb:if>


ETA - I copied the form from the default template footer into my customer template and it's fixed.