The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I installed a new skin, and I want to check all the skins available but its only showing this:
http://prntscr.com/1i9pga What can I do to fix this? This happens with every theme I try to install. Bluefox is the only theme it does not do this on. |
|
#2
|
||||
|
||||
|
Then the skin was not properly coded, if it is not showing the style chooser.
I would compare the footer templates in the styles, you should see the following code. Code:
<vb:if condition="$show['quickchooser']">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="{vb:rawphrase quick_style_chooser}"><option class="hidden"></option></optgroup>
<vb:if condition="$quickchooserbits1">
<vb:if condition="$quickchooserbits2">
<optgroup label=" {vb:rawphrase standard_styles}">
</vb:if>
{vb:raw quickchooserbits1}
<vb:if condition="$quickchooserbits2">
</optgroup>
</vb:if>
</vb:if>
<vb:if condition="$quickchooserbits2">
<vb:if condition="$quickchooserbits1">
<optgroup label=" {vb:rawphrase mobile_styles}">
</vb:if>
{vb:raw quickchooserbits2}
<vb:if condition="$quickchooserbits1">
</optgroup>
</vb:if>
</vb:if>
</select>
</vb:if>
As a matter of fact, I wrote a tutorial on it, https://vborg.vbsupport.ru/showthread.php?t=301925 |
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
||||
|
||||
|
Yes footer template, I would suggest doing this off a laptop or desktop so you can see the tutorial.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|