Editors missing after upgrade

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • silverf0x
    New Member
    • Mar 2011
    • 24
    • 4.2.x

    [Forum] Editors missing after upgrade

    hello

    i`ve just upgraded mine vb to 4.1.6..

    and the box with options on new topic, new messages... disappeared

    users can creat new topics, reply.. but whitout any options to format
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    Try disabling your modifications/plugins and see if you still have this problem.
    Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

    PHP Code:
    define('DISABLE_HOOKS'true); 
    If so, then create a new style with no parent:
    • Styles & Templates > Style Manager > Add New Style
    • Parent Style: No Parent Style
    • Title: Default vBulletin
    • Allow User Selection: Yes
    • Save


    Then browse the site using that totally default vbulletin style and with your modifications still disabled - do you still have the same problem?

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools &lt;- awesome site for html/css help

    Comment

    • silverf0x
      New Member
      • Mar 2011
      • 24
      • 4.2.x

      #3
      after that, the editors appears normally...

      Comment

      • Andy
        Senior Member
        • Jan 2002
        • 5886
        • 4.1.x

        #4
        Originally posted by silverf0x
        after that, the editors appears normally...
        Break it down. Try enabling the hooks first, does that break it?

        Comment

        • silverf0x
          New Member
          • Mar 2011
          • 24
          • 4.2.x

          #5
          yes, if i`m using whitout hooks, the editor buttorns dissapear

          i should wait for a theme update or what?

          Comment

          • Andy
            Senior Member
            • Jan 2002
            • 5886
            • 4.1.x

            #6
            Originally posted by silverf0x
            yes, if i`m using whitout hooks, the editor buttorns dissapear

            i should wait for a theme update or what?
            If I understand correctly, when you re-enabled plugins the editor broke? If so I assume one of the plugins is a theme?

            Comment

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

              #7
              Disable all plugins manually, remove that line from config.php then turn one plugin on at a time. After you turn one on, refresh your site. When it breaks - that's the plugin that's causing it and you'll need to go check for an updated version of it.
              Vote for:

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

              Comment

              • VinaTrading
                New Member
                • Aug 2009
                • 18
                • 4.1.x

                #8
                my site doesnt use any plugin but Editors still missing after upgrade from 4.1.5 to 4.1.6
                VinaTrading Inc.

                Comment

                • Wayne Luke
                  vBulletin Technical Support Lead
                  • Aug 2000
                  • 74161

                  #9
                  Originally posted by VinaTrading
                  my site doesnt use any plugin but Editors still missing after upgrade from 4.1.5 to 4.1.6
                  Reupload your 4.1.5 files. Does the problem go away?

                  vBulletin 4.1.6 deals exclusively with the mobile style and shouldn't affect any functionality outside of that, including the editors.
                  Translations provided by Google.

                  Wayne Luke
                  The Rabid Badger - a vBulletin Cloud demonstration site.
                  vBulletin 5 API

                  Comment

                  • VinaTrading
                    New Member
                    • Aug 2009
                    • 18
                    • 4.1.x

                    #10
                    Originally posted by Wayne Luke
                    Reupload your 4.1.5 files. Does the problem go away?
                    yes, it does
                    VinaTrading Inc.

                    Comment

                    • VinaTrading
                      New Member
                      • Aug 2009
                      • 18
                      • 4.1.x

                      #11
                      OK, use includes\functions_editor.php of 4.1.5
                      VinaTrading Inc.

                      Comment

                      • Wayne Luke
                        vBulletin Technical Support Lead
                        • Aug 2000
                        • 74161

                        #12
                        Seems to show that somehow that file isn't being uploaded correctly from your 4.1.6 package. I'd redownload, verify file integrity and reupload them.
                        Translations provided by Google.

                        Wayne Luke
                        The Rabid Badger - a vBulletin Cloud demonstration site.
                        vBulletin 5 API

                        Comment

                        • VinaTrading
                          New Member
                          • Aug 2009
                          • 18
                          • 4.1.x

                          #13
                          Originally posted by Wayne Luke
                          Seems to show that somehow that file isn't being uploaded correctly from your 4.1.6 package. I'd redownload, verify file integrity and reupload them.
                          No. I always use the original files I downloaded from http://members.vbulletin.com
                          I did not encounter this problem with new install. Now I have solved it by using includes\functions_editor.php of 4.1.5 Patch Level 1 or

                          find (line 46)
                          if (is_browser('netscape') OR is_browser('webtv')
                          OR STYLEID == $vbulletin->options['mobilestyleid_advanced']
                          OR STYLEID == $vbulletin->options['mobilestyleid_basic']
                          )
                          {
                          return 0;
                          }
                          replace by
                          if (is_browser('netscape') OR is_browser('webtv'))
                          {
                          return 0;
                          }
                          Last edited by VinaTrading; Thu 15 Sep '11, 8:22am.
                          VinaTrading Inc.

                          Comment

                          • silverf0x
                            New Member
                            • Mar 2011
                            • 24
                            • 4.2.x

                            #14
                            i`ve disabled all my plugins.. and editors still not appearing

                            should i try reupload the .1.5 files? or what?

                            Comment

                            • silverf0x
                              New Member
                              • Mar 2011
                              • 24
                              • 4.2.x

                              #15
                              just tried the includes\functions_editor.php from 4.1.5 and it`s showing again

                              Comment

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