The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Is anybody help me? How can I add quick style chooser in my forum??
'like as vbulletin.org' |
|
#2
|
|||
|
|||
|
just allow users to change styles, that should do it.
|
|
#3
|
||||
|
||||
|
I did but it didnt work
|
|
#4
|
|||
|
|||
|
Did you customize your footer template ?
Edit if yes add the following in your footer template HTML Code:
<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> |
|
#5
|
||||
|
||||
|
obahalaaaa
![]() thanks for giving code.. No its working.. Cheers Lizard King.. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|