The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
i just installed a skin that DOES NOT have a quick style chooser feature. and i want to add it in. i looked at some of my other skin's footers templates and found this piece of code.
Code:
<if condition="$show['quickchooser']"> <td class="tfoot"> <select name="styleid" id="ressel" onchange="switch_styleid(this)"> <optgroup label="$vbphrase[quick_style_chooser]"> $quickchooserbits </optgroup> </select> </td> </if> thanks in advance, warren |
#2
|
||||
|
||||
![]()
which version of vbulletin are you trying to implement this to ?
|
#3
|
|||
|
|||
![]()
3.0.7
sorry i forgot to include it =X |
#4
|
||||
|
||||
![]()
do you have this code in the end of your footer ?
HTML Code:
<script type="text/javascript"> <!-- // Main vBulletin Javascript Initialization vBulletin_init(); // Initialize 'Active' Table Cells //activecells_init(); //--> </script> |
#5
|
|||
|
|||
![]()
i moved
HTML Code:
<script type="text/javascript"> <!-- // Main vBulletin Javascript Initialization vBulletin_init(); // Initialize 'Active' Table Cells //activecells_init(); //--> </script> these are all of the js files in my headinclude HTML Code:
<script type="text/javascript" src="<script type="text/javascript" src="http://www.nimpy.com/forums/clientscript/vbulletin_global.js"></script> <if condition="$show['popups']"><script type="text/javascript" src="<script type="text/javascript" src="http://www.nimpy.com/forums/clientscript/vbulletin_menu.js"></script></if> <script type="text/javascript" src="http://www.nimpy.com/forums/clientscript/statistic_java.js"></script> thanks for all of the help and quick response you've given me. warren. |
#6
|
||||
|
||||
![]()
check this line of code:
<script type="text/javascript" src="<script type="text/javascript" src="http://www.nimpy.com/forums/clientscript/vbulletin_global.js"></script> I guess this causes the error. |
#7
|
|||
|
|||
![]()
Thank you so much! i cant believe i'm such a clutz.
Thank you so much. |
#8
|
|||
|
|||
![]()
I'm only getting errors in IE. I have the headinclude and footer componants in place and Firefox works. Any ideas?
Quote:
Nevermind. </Emily Litella> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|