The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]()
You changed the lines in global.php to your new function where $quickchooserbits is defined?
|
#12
|
|||
|
|||
![]() Quote:
I almost found the culprit. $stylesetlist hold the selected="selected" value. It collect it html values from fetch_template('option'). Where fetch_template('option') is defined? where 'option' is defined? which file it came from? if I echo fetch_template('option'); it return this php/html code: <option value=\"$optionvalue\" class=\"$optionclass\" $optionselected>$optiontitle</option> |
#13
|
||||
|
||||
![]() Quote:
|
#14
|
|||
|
|||
![]()
ok now I know why it wasn't working,
it was the $stylesetlist .= construct_style_options($style['styleid'], $depthmark . '--', false, $quickchooser); in the if line, it wasn't renamed construct_style_options_myf. I totally didn't know a function could be expressed in the function itself. I renamed it properly and now it working, I got quick style chooser as the first item ![]() both IE and FF. Not entirely the way I wanted, sometime it still show innapropriately because of maybe cookies, or maybe there's HTML limitations. And browser compatibilities also play: in FF, disabled="disabled" work, the item is unselectable and greyed out, whereas IE it still selectable and plain color. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|