Link directly to Quick Style Chooser

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sola
    Member
    • May 2003
    • 56

    [Forum] Link directly to Quick Style Chooser

    Is there any way to create a link to the Quick Style Chooser? I want to place it in a more conspicuous place for my members.

    Thanks.
  • TheLastSuperman
    Senior Member
    • Sep 2008
    • 1799

    #2
    Originally posted by Sola
    Is there any way to create a link to the Quick Style Chooser? I want to place it in a more conspicuous place for my members.

    Thanks.
    So your basically wanting to move it around in the footer template? If so edit template footer and find:

    Code:
    <div id="footer" class="floatcontainer footer">
    Now you could add a code to additional.css to move it i.e.

    Code:
    #footer {
    margin-left:150px;
    }
    OR you can cut the code shown in blue and move elsewhere (and still use the css method above to move):


    Code:
        [COLOR=#0000cd]<form action="{vb:link forumhome|nosession}" method="get" id="footer_select" class="footer_select">[/COLOR]
    
    [COLOR=#0000cd]        <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>[/COLOR]
            
            <vb:if condition="$show['languagechooser']">
                <select name="langid" onchange="switch_id(this, 'lang')">
                    <optgroup label="{vb:rawphrase quick_language_chooser}">
                        {vb:raw languagechooserbits}
                    </optgroup>
                </select>
            </vb:if>
        [COLOR=#0000cd]</form>[/COLOR]
    Once you tinker around with it a little you'll see what I mean .

    *If your leaving the language selector in place then that must also have the top and bottom <form> code around it as well otherwise cut it all from top to bottom of <form> and move everything at the same time to the new location.


    Former vBulletin Support Staff
    Hacked recently? See my blog post "Recovering a Hacked vBulletin Site".
    Thinking outside the box? Need modification support? Visit www.vBulletin.org and have at it!

    Comment

    • Sola
      Member
      • May 2003
      • 56

      #3
      Thanks a lot!

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...