Style quickchooser appears in the footer after upgrade to 4.1.11

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Exeter
    New Member
    • Mar 2009
    • 24

    [Forum] Style quickchooser appears in the footer after upgrade to 4.1.11

    After the upgrade to 4.1.11 The style quick chooser appears in the footer.

    In the settings I do not allow the user to change styles.
    The new Mobile style cannot be deleted.

    I removed the chooser by editing the footer template.

    What's the recommended method?

    thanks
    Last edited by Exeter; Wed 29 Feb '12, 9:27pm.
  • Exeter
    New Member
    • Mar 2009
    • 24

    #2
    I figured it out;
    The picker disappears when the mobile style is turned off.

    Mobile style->Edit Settings->Allow User Selection->No

    Comment

    • espkaruna
      New Member
      • Oct 2010
      • 18
      • 4.1.x

      #3
      I don't think this is the issue for me actually. I do notice that in 4.1.11 the mobile styles seem to be grouped separately from the main styles. However, no matter if I set 'allow user selection' to 'yes' or 'no' for the mobile styles no options show up at all in the quick style selector so users are unable to switch from my customized style to the default version and vice versa.

      Comment

      • GHST
        Senior Member
        • Dec 2006
        • 367
        • 4.1.x

        #4
        Originally posted by espkaruna
        I don't think this is the issue for me actually. I do notice that in 4.1.11 the mobile styles seem to be grouped separately from the main styles. However, no matter if I set 'allow user selection' to 'yes' or 'no' for the mobile styles no options show up at all in the quick style selector so users are unable to switch from my customized style to the default version and vice versa.
        Same. Since the upgrade, there is no option to switch styles. The quickstyle is there but empty, you cannot change it. I also cannot use the mobile theme via my iPhone even though I have gone through and enabled the new version of the mobile theme.

        Help!

        Comment

        • clutchthese
          Member
          • Apr 2011
          • 79
          • 3.8.x

          #5
          ^^^Same.

          However, i will say that if i make the vbulletin theme the default, i can select other themes. So my belief is that the custom themes need to be updated and fixed.
          BMW M3 Enthusiast - m3fever.com
          Gamer/Modder - stealthygaming.com

          Comment

          • thermax04
            New Member
            • Apr 2011
            • 28
            • 4.1.x

            #6
            Originally posted by GHST
            Same. Since the upgrade, there is no option to switch styles. The quickstyle is there but empty, you cannot change it. I also cannot use the mobile theme via my iPhone even though I have gone through and enabled the new version of the mobile theme.

            Help!
            Same here

            Comment

            • emp1re
              Member
              • Nov 2004
              • 83

              #7
              Originally posted by GHST
              Same. Since the upgrade, there is no option to switch styles. The quickstyle is there but empty, you cannot change it. I also cannot use the mobile theme via my iPhone even though I have gone through and enabled the new version of the mobile theme.

              Help!
              Same here..

              When users connect with mobile they see the mobile skin. When change it to PC mode.. it changes to PC mode.. but they cant get back to mobile.
              Style chooser has no styles to choose from.. Let user change style is set to yes on every style.

              pse fix.

              Comment

              • scabbed
                Member
                • Sep 2004
                • 53
                • 3.6.x

                #8
                same for me the quickstyle is empty and the forum blocks are now under the who is online block (they are normally at the right of the forum like this forum) i'm using the default style

                thanks

                Comment

                • HowardE
                  Member
                  • Aug 2007
                  • 71
                  • 3.6.x

                  #9
                  This is what my quick style chooser looks like now. Any ideas?

                  Click image for larger version

Name:	chooser.JPG
Views:	1
Size:	11.8 KB
ID:	3686818

                  Comment

                  • Trevor Hannant
                    vBulletin Support
                    • Aug 2002
                    • 24358
                    • 5.7.X

                    #10
                    Check your footer template to ensure it's actually been merged OK. You may need to revert it and reapply any customsations
                    Vote for:

                    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
                    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

                    Comment

                    • HowardE
                      Member
                      • Aug 2007
                      • 71
                      • 3.6.x

                      #11
                      Originally posted by Trevor Hannant
                      Check your footer template to ensure it's actually been merged OK. You may need to revert it and reapply any customsations
                      Yup... That's what I thought. It's good now.

                      Thanks.

                      Comment

                      • blue6995
                        Member
                        • Nov 2005
                        • 33
                        • 4.2.X

                        #12
                        Footer

                        When I go into the foot template to try and fix the Quick Style Chooser and try to save the template I am getting this message:

                        Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 3561

                        The following Template-Modificatiosn could not be applied.
                        To make sure that the Template works correctly, you should either modify the Template or the Template-Modifications.

                        If the modifications are not important, you can also choose to ignore this warning.

                        Comment

                        • Trevor Hannant
                          vBulletin Support
                          • Aug 2002
                          • 24358
                          • 5.7.X

                          #13
                          Then you haven't made the change correctly. Try this:

                          - take a note of any customisations you have in the template
                          - revert the template
                          - re-apply your customisations
                          Vote for:

                          - Admin Settable Paid Subscription Reminder Timeframe (vB6)
                          - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

                          Comment

                          • clutchthese
                            Member
                            • Apr 2011
                            • 79
                            • 3.8.x

                            #14
                            Ok, i found the fix.

                            Go into your footer template and edit it.

                            find:
                            Code:
                            [COLOR=#000000][FONT=monospace]<form action="{vb:link forumhome|nosession}" method="get" id="footer_select" class="footer_select">[/FONT][/COLOR]
                            
                            [COLOR=#000000][FONT=monospace]            [/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]        <vb:if condition="$show['quickchooser']">[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]            <select name="styleid" onchange="switch_id(this, 'style')">[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                <optgroup label="{vb:rawphrase quick_style_chooser}">[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                    {vb:raw quickchooserbits}[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                </optgroup>[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]            </select>    [/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]        </vb:if>[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]        [/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]        <vb:if condition="$show['languagechooser']">[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]            <select name="langid" onchange="switch_id(this, 'lang')">[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                <optgroup label="{vb:rawphrase quick_language_chooser}">[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                    {vb:raw languagechooserbits}[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                </optgroup>[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]            </select>[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]        </vb:if>[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]    </form>[/FONT][/COLOR]
                            and replace with:
                            Code:
                            [COLOR=#000000][FONT=monospace]<form action="{vb:link forumhome|nosession}" method="get" id="footer_select" class="footer_select">[/FONT][/COLOR]
                            
                            [COLOR=#000000][FONT=monospace]        <vb:if condition="$show['quickchooser']">[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]            <select name="styleid" onchange="switch_id(this, 'style')">[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                <optgroup label="{vb:rawphrase quick_style_chooser}"><option class="hidden"></option></optgroup>[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                <vb:if condition="$quickchooserbits1">[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                    <vb:if condition="$quickchooserbits2">[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                    <optgroup label="&nbsp;{vb:rawphrase standard_styles}">[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                    </vb:if>                [/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                    {vb:raw quickchooserbits1}[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                    <vb:if condition="$quickchooserbits2">[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                    </optgroup>[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                    </vb:if>                    [/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                </vb:if>[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                <vb:if condition="$quickchooserbits2">[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                    <vb:if condition="$quickchooserbits1">[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                    <optgroup label="&nbsp;{vb:rawphrase mobile_styles}">[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                    </vb:if>[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                    {vb:raw quickchooserbits2}[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                    <vb:if condition="$quickchooserbits1">[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                    </optgroup>[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                    </vb:if>                    [/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                </vb:if>[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]            </select>    [/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]        </vb:if>[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]        [/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]        <vb:if condition="$show['languagechooser']">[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]            <select name="langid" onchange="switch_id(this, 'lang')">[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                <optgroup label="{vb:rawphrase quick_language_chooser}">[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                    {vb:raw languagechooserbits}[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]                </optgroup>[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]            </select>[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]        </vb:if>[/FONT][/COLOR]
                            [COLOR=#000000][FONT=monospace]    </form>[/FONT][/COLOR]
                            BMW M3 Enthusiast - m3fever.com
                            Gamer/Modder - stealthygaming.com

                            Comment

                            • thermax04
                              New Member
                              • Apr 2011
                              • 28
                              • 4.1.x

                              #15
                              Originally posted by HowardE
                              Yup... That's what I thought. It's good now.

                              Thanks.
                              How did you did it , with explanation to beginners pls.

                              Comment

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