vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Skin Has No Skin Selector (https://vborg.vbsupport.ru/showthread.php?t=307734)

Dj Smuggla 01-30-2014 09:16 PM

Skin Has No Skin Selector
 
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:

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>


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. :)


All times are GMT. The time now is 07:28 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00972 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete