The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
width of Style Quickchooser
well, I have just a small problem and I guess each of you should know but as I am not the codeguru I better ask where to find the option.
I would like to put the stylechooser in a own position but there it does not fit at all and as I have only the var $quickchooserbits in which the width is already implemented, I ask myself wher could I find the settings to do so. in the following screenshot you can see this code: Code:
<if condition="$show['quickchooser']"> <td > <center><select name="styleid" id="ressel" onchange="switch_styleid(this)"> <optgroup label="$vbphrase[quick_style_chooser]"> $quickchooserbits </optgroup> </select></center> </td> </if> The idea behind it is to not show any adjustment links to not logged in users and still have a consequent style in the page. Take a look at GFX Elite Forums so maybe anyone knows where I find the definitions of Code:
$quickchooserbits many thanks in advance. |
#2
|
||||
|
||||
try..
FIND: HTML Code:
<select name="styleid" id="ressel" onchange="switch_styleid(this)">
HTML Code:
<select name="styleid" id="ressel" onchange="switch_styleid(this)" style="width:100px">
|
#3
|
|||
|
|||
thx a lot =)
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|