The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
change the shape of quickchooser
Dear all,
i want to change the shape of combo quick chooser to be hyper links this the code on the footer templates 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> thank you |
#2
|
|||
|
|||
bump
|
#3
|
||||
|
||||
You'll need to get rid of the select and optgroup stuff there and then just modify the template option to just be a link to the existing page with styleid=xxx on the end. Of course, format it like you want also.
Actually, the template 'option' is used elsewhere also. So, you may have to modify the code for the function construct_style_options that calls the option template and call a custom template instead. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|