View Full Version : Skin Has No Skin Selector
Dj Smuggla
01-30-2014, 09:16 PM
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.
ozzy47
01-30-2014, 09:20 PM
See here, https://vborg.vbsupport.ru/showthread.php?t=301925
Dj Smuggla
01-30-2014, 09:22 PM
Thanks for the quick reply m8, but im old skool lol vb3.8
ozzy47
01-30-2014, 09:26 PM
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.
Dj Smuggla
01-30-2014, 09:32 PM
Not showing at all.
It's a highly edited skin, so i guess the designer took the code out.
ozzy47
01-30-2014, 09:35 PM
Is this code present in the footer template:
<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>
Dj Smuggla
01-30-2014, 09:43 PM
That's what was missing, i added it & its showing now...
Thanks a lot m8 for your fast support, you solved that quick time. :D
ozzy47
01-30-2014, 09:44 PM
Cool, glad it's working now. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.