View Full Version : Quick Style Chooser
nuxvirg
12-27-2005, 05:36 AM
Is anybody help me? How can I add quick style chooser in my forum??
'like as vbulletin.org'
da prez
12-27-2005, 06:05 AM
just allow users to change styles, that should do it.
nuxvirg
12-27-2005, 07:35 AM
I did but it didnt work :(
Lizard King
12-27-2005, 07:43 AM
Did you customize your footer template ?
Edit if yes add the following in your footer template
<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>
nuxvirg
12-27-2005, 08:08 AM
obahalaaaa :)
thanks for giving code.. No its working..
Cheers Lizard King..
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.