mastertek2000, open up your "FORUMHOME" template,
Find this towards the bottom:
Code:
</table>
<!-- / icons and login code -->
Replace with this:
Code:
<div align="center">
<if condition="$show['quickchooser']">
<td class="tfoot">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
</div>
</table>
<!-- / icons and login code -->