The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I've got a skin installed on my forum, but it hasn't got the skin selector drop down on the forum home to change the skin.
Does anyone know the code needed to display it? Also, the Allow User Selection is set to Yes. |
#2
|
||||
|
||||
![]() |
#3
|
|||
|
|||
![]()
Thanks for the quick reply m8, but im old skool lol vb3.8
|
#4
|
||||
|
||||
![]()
Well crap, I really need to read the forum more often.
Is it showing like in the article I linked you to, the dropdown is blank, or is it nor showing at all. |
#5
|
|||
|
|||
![]()
Not showing at all.
It's a highly edited skin, so i guess the designer took the code out. |
#6
|
||||
|
||||
![]()
Is this code present in the footer template:
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> <if condition="$show['languagechooser']"> <td class="tfoot"> <select name="langid" onchange="switch_id(this, 'lang')"> <optgroup label="$vbphrase[quick_language_chooser]"> $languagechooserbits </optgroup> </select> </td> </if> |
#7
|
|||
|
|||
![]()
That's what was missing, i added it & its showing now...
Thanks a lot m8 for your fast support, you solved that quick time. ![]() |
#8
|
||||
|
||||
![]()
Cool, glad it's working now.
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|