Problem in header after upgrading from 4.1.1 to 4.1.3

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jamunkala
    Member
    • Dec 2010
    • 53
    • 4.1.x

    [Forum] Problem in header after upgrading from 4.1.1 to 4.1.3

    Hello,


    This is my forum's header which is version 4.1.3





    This is the header of vbulletin.com which is version 4.1.3






    The difference is clearly visible that, there is no option of settings in my forum

    I am using these plugins which are active :

    Forum Category Icons 1.2.4
    Helpful Answers 2.4
    Percentage PM Quota USed 4.0.1
    Vsa - Advanced Forum Rules 5.0.2
    Vsa Advanced Permissions based on Post Count 5.1
    Yet Another Award System 4.0



    I am using these plugins which are inactive :

    Inactive User Reminder 2.1.1
    Rotating Banner System 2.3.1



    Out of all these plugins Email Reminder and Awards System are for vbulletin version 4.0.2 rest are all for vbulletin version 4.x.x


    The header template I have is :

    Code:
    <div class="above_body"> <!-- closing tag is in template navbar -->
    <div id="header" class="floatcontainer doc_header">
        <vb:if condition="$stylevar['titleimage']"><div><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="http://www.mydomain.com/images/misc/vbulletin4_logo.gif" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div><vb:else /><div>&nbsp;</div></vb:if>
        <div id="toplinks" class="toplinks">
            <vb:if condition="$show['member']">
                <ul class="isuser">
                    <li><a href="login.php?{vb:raw session.sessionurl}do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>
                    <vb:if condition="$show['registerbutton']">
                    <li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
                    </vb:if>
                    <li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li>
                    <li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
                    <vb:if condition="$notifications_total">
                    <li class="popupmenu notifications" id="notifications">
                        <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
                        <ul class="popupbody popuphover">
                            {vb:raw notifications_menubits}
                        </ul>
                    </li>
                    <vb:else />
                    <li class="popupmenu nonotifications" id="nonotifications">
                        <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
                        <ul class="popupbody popuphover">
                            <li>{vb:rawphrase no_new_messages}</li>
                            <li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
                        </ul>
                    </li>
                    </vb:if>
                    <li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
                    <vb:if condition="$vboptions['enablefacebookconnect']">
                        {vb:raw facebook_header}
                    </vb:if>
                </ul>
                {vb:raw template_hook.header_userinfo}
                <vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment>
            <vb:else />
                <ul class="nouser">
                <vb:if condition="$show['registerbutton']">
                    <li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
                </vb:if>
                    <li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase help}</a></li>
                    <li>
                <script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
                <form id="navbar_loginform" action="login.php?{vb:raw session.sessionurl}do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})">
                    <fieldset id="logindetails" class="logindetails">
                        <div>
                            <div>
                        <input type="text" class="textbox<vb:if condition="!$username"> default-value</vb:if>" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" />
                        <input type="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="10" />
                        <input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" />
                        <input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />
                            </div>
                        </div>
                    </fieldset>
                    <div id="remember" class="remember">
                        <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
                    </div>
    
                    <input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
                    <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                    <input type="hidden" name="do" value="login" />
                    <input type="hidden" name="vb_login_md5password" />
                    <input type="hidden" name="vb_login_md5password_utf" />
                </form>
                <script type="text/javascript">
                YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
                YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
                vB_XHTML_Ready.subscribe(function()
                {
                //
                    YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus);
                    YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur);
                    YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint);
                    YAHOO.util.Event.on('navbar_password', "blur", navbar_password);
                });
                
                function navbar_username_focus(e)
                {
                //
                    var textbox = YAHOO.util.Event.getTarget(e);
                    if (textbox.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>')
                    {
                    //
                        textbox.value='';
                        textbox.style.color='{vb:stylevar toplinks_form_input.color}';
                    }
                }
    
                function navbar_username_blur(e)
                {
                //
                    var textbox = YAHOO.util.Event.getTarget(e);
                    if (textbox.value == '')
                    {
                    //
                        textbox.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>';
                        textbox.style.color='{vb:stylevar toplinks_form_input_defaultValue.color}';
                    }
                }
                
                function navbar_password_hint(e)
                {
                //
                    var textbox = YAHOO.util.Event.getTarget(e);
                    
                    YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none");
                    YAHOO.util.Dom.setStyle('navbar_password', "display", "inline");
                    YAHOO.util.Dom.get('navbar_password').focus();
                }
    
                function navbar_password(e)
                {
                //
                    var textbox = YAHOO.util.Event.getTarget(e);
                    
                    if (textbox.value == '')
                    {
                        YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
                        YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
                    }
                }
                </script>
                    </li>
                    <vb:if condition="$vboptions['enablefacebookconnect']">
                        {vb:raw facebook_header}
                    </vb:if>
                </ul>
            </vb:if>
        </div>
        <div class="ad_global_header">
            {vb:raw ad_location.global_header1}
            {vb:raw ad_location.global_header2}
        </div>
        <hr />
    
    
    
    </div>
    Please help

    Thankyou
    Attached Files
    Search Engine Optimization Blog
  • jamunkala
    Member
    • Dec 2010
    • 53
    • 4.1.x

    #2
    When i tried to reupgrade to 4.1.3 it is saying upgrade to skimlinks plugin?
    Search Engine Optimization Blog

    Comment

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

      #3
      Have you tried reverting your header template?
      Vote for:

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

      Comment

      • jamunkala
        Member
        • Dec 2010
        • 53
        • 4.1.x

        #4
        Yes sir, it did the trick thankyou
        Search Engine Optimization Blog

        Comment

        • SkyStryder
          Member
          • Oct 2007
          • 50

          #5
          I found the reason for the problem. In the 4.1.3 template the line has {vb:rawphrase control_panel}.
          There is no control_panel. If you edit it to {vb:rawphrase user_control_panel} it will work just fine.

          Comment

          • dchapman
            Member
            • Aug 2010
            • 42

            #6
            Yes, this is a bug. I experienced the same thing.

            Comment

            • PET
              Senior Member
              • Mar 2002
              • 304
              • 5.0.0

              #7
              Hello,

              I'm having the same problem. I reverted all the requied templates including the "header" template. I can't see the Settings tab.

              Thanks


              EDIT: Nvm. I did what post #5 said and it works.
              GamerPET.com - Honest Game Reviews

              REMEMBER : Life is better with animals.

              Comment

              • Successfulsteps
                Member
                • Sep 2010
                • 31
                • 4.0.x

                #8
                This is the same problem I am having, how do revert it or where do you replace that (in which file?) Mine is called User CP and it's gone now, and I asked this in another thread, but the instructions to fix it were way beyond my capabilites.

                Please explain this so I can do it easily with clear instructions for someone who is new to vbulletin. I did have a partner who did this for our forum and since the partnership failed, our forum has grown a lot and I need help to fix all the bugs my previous partner has created as well. I just haven't a clue as where to start. I need to do the latest update. But, when I tried to do the last one, it wouldn't take it except under her license, when mine is all setup with vbulletin, which confuses me also. I hated to ask someone who messed my forum up badly to help me do that update, plus it's doubtful she would help with next update anyway. I am currently on 4.1.3. But now I keep running across problem after problem and it's out of hand. I am learning as much as I can as quickly as I can, but it's a lot to take in.

                Thank you in advance.

                Comment

                • PET
                  Senior Member
                  • Mar 2002
                  • 304
                  • 5.0.0

                  #9
                  Well what problem do you have exactly? Your "User CP" link is not showing up?
                  GamerPET.com - Honest Game Reviews

                  REMEMBER : Life is better with animals.

                  Comment

                  • Successfulsteps
                    Member
                    • Sep 2010
                    • 31
                    • 4.0.x

                    #10
                    Yes, I can hover where it should be and still click there to get to it, but it's just not visible.

                    Comment

                    • PET
                      Senior Member
                      • Mar 2002
                      • 304
                      • 5.0.0

                      #11
                      Go to Style Manager > Edit Tamplates ... of your main skin.

                      On that templates list find "header". Double click it.

                      In that "HTML Code List" search for: {vb:rawphrase control_panel}

                      Replace it with: {vb:rawphrase user_control_panel}
                      GamerPET.com - Honest Game Reviews

                      REMEMBER : Life is better with animals.

                      Comment

                      • Successfulsteps
                        Member
                        • Sep 2010
                        • 31
                        • 4.0.x

                        #12
                        Originally posted by PET
                        Go to Style Manager > Edit Tamplates ... of your main skin.

                        On that templates list find "header". Double click it.

                        In that "HTML Code List" search for: {vb:rawphrase control_panel}

                        Replace it with: {vb:rawphrase user_control_panel}
                        that worked! Thank you SO much! Now, is there anyway to rename that "Settings" to "Control Panel?"

                        Comment

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

                          #13
                          Yes, edit the phrase 'user_control_panel' in:

                          AdminCP > Languages & Phrases > Phrase Manager
                          Vote for:

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

                          Comment

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