PDA

View Full Version : Style Chooser in welcome panel?


Marulatree
02-22-2004, 02:47 PM
Hi,

I wonder if someone can tell me how to put the style chooser drop-down menu in the welcome panel area?

See screenshot:

Marulatree
02-23-2004, 08:38 AM
nevermind... I'll post it on vbulletin.nl instead...

Marulatree
02-24-2004, 12:38 PM
nevermind... I'll post it on vbulletin.nl instead...
Here's the answer I got at VBulletin.com:

M1th helped me out - thank bud:

<!--style chooser -->
<if condition="$show['quickchooser']">
<br />
<div>
<form action="$vboptions[forumhome].php" method="get"><select name="styleid" id="ressel" onchange="switch_styleid(this)"><optgroup label="$vbphrase[quick_style_chooser]">$quickchooserbits</optgroup></select>
</form>
</div>
</if>
<!-- / style chooser -->