PDA

View Full Version : Please help me.


MahdyE23
09-05-2013, 11:15 PM
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.

ozzy47
09-05-2013, 11:26 PM
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.

<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="&nbsp;{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="&nbsp;{vb:rawphrase mobile_styles}">
</vb:if>
{vb:raw quickchooserbits2}
<vb:if condition="$quickchooserbits1">
</optgroup>
</vb:if>
</vb:if>
</select>
</vb:if>

--------------- Added 1378498954 at 1378498954 ---------------

As a matter of fact, I wrote a tutorial on it, https://vborg.vbsupport.ru/showthread.php?t=301925

MahdyE23
09-06-2013, 09:07 PM
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.

<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="&nbsp;{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="&nbsp;{vb:rawphrase mobile_styles}">
</vb:if>
{vb:raw quickchooserbits2}
<vb:if condition="$quickchooserbits1">
</optgroup>
</vb:if>
</vb:if>
</select>
</vb:if>

--------------- Added 1378498954 at 1378498954 ---------------

As a matter of fact, I wrote a tutorial on it, https://vborg.vbsupport.ru/showthread.php?t=301925

So style manager > edit templates, then what? footer? I'm writing off my mobile so I cannot see the tutorial.

ozzy47
09-06-2013, 09:10 PM
Yes footer template, I would suggest doing this off a laptop or desktop so you can see the tutorial.