Remove: Confirm that you want to leave the page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kontagio.us
    Senior Member
    • Aug 2009
    • 241
    • 4.0.0

    [CMS] Remove: Confirm that you want to leave the page

    How do I stop this popup from showing? I never want it to show under any circumstances. Thank you.



    More info: It seems to happen whenever I create a new post then leave the page after its created. Also only started happening when CKEditor was implemented.
    vBulletin Rules!
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    You'd have to modify the software, there is no option to change it at thist ime.

    Comment

    • kontagio.us
      Senior Member
      • Aug 2009
      • 241
      • 4.0.0

      #3
      I'm fairly familiar with PHP. Do you think you could help me out?
      vBulletin Rules!

      Comment

      • Mark.B
        vBulletin Support
        • Feb 2004
        • 24287
        • 6.0.X

        #4
        You'd need to ask on www.vbulletin.org, which is the code modification site. Modifying the code isn't supported on here.
        MARK.B
        vBulletin Support
        ------------
        My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
        My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

        Comment

        • R1lover
          Senior Member
          • Apr 2006
          • 664
          • 3.8.x

          #5
          This should not happen...

          Why has this not been resolved?
          www.yamaha-forum.net | www.exactservers.com | www.ducati-superbikes.com | www.suzuki-forums.net | www.diavel-forum.com

          Comment

          • MyDroidWorld
            New Member
            • Dec 2009
            • 21
            • 4.1.x

            #6
            Why has this not been resolved yet? Its a pita.

            Comment

            • kontagio.us
              Senior Member
              • Aug 2009
              • 241
              • 4.0.0

              #7
              They outsource their WYSIWYG editor so they don't have to deal with the problems anymore, I guess?
              vBulletin Rules!

              Comment

              • we_are_borg
                Senior Member
                • Aug 2004
                • 5454
                • 4.2.X

                #8
                Check out http://tracker.vbulletin.com/browse/VBIV-12548 in there is how to disable this with a file edit.

                Comment

                • Mark.B
                  vBulletin Support
                  • Feb 2004
                  • 24287
                  • 6.0.X

                  #9
                  Originally posted by MyDroidWorld
                  Why has this not been resolved yet? Its a pita.
                  What is there to resolve?
                  MARK.B
                  vBulletin Support
                  ------------
                  My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
                  My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

                  Comment

                  • The Rocketeer
                    Senior Member
                    • Jun 2010
                    • 140

                    #10
                    Originally posted by Mark.B
                    What is there to resolve?
                    This.



                    a lot of us dont want this, and liked the way the older editor functioned, without these messages.

                    Comment

                    • R1lover
                      Senior Member
                      • Apr 2006
                      • 664
                      • 3.8.x

                      #11
                      Originally posted by The Rocketeer
                      This.



                      a lot of us dont want this, and liked the way the older editor functioned, without these messages.
                      Exactly.... if it worked as intended it would be fine, but there are times when it pops up when posting and it shouldn't.

                      Anyway I have removed it via the tracker method on several sites already.
                      www.yamaha-forum.net | www.exactservers.com | www.ducati-superbikes.com | www.suzuki-forums.net | www.diavel-forum.com

                      Comment

                      • we_are_borg
                        Senior Member
                        • Aug 2004
                        • 5454
                        • 4.2.X

                        #12
                        Just do what Andy posted in Jira:


                        To disable this feature edit the clientscript/vbulletin_textedit.js file.
                        Find the following and comment out as shown:
                        Code:
                          //YAHOO.util.Event.addListener(window, "beforeunload", this.exit_prompt, this, true);

                        Comment

                        • kontagio.us
                          Senior Member
                          • Aug 2009
                          • 241
                          • 4.0.0

                          #13
                          When I comment out that line I am unable to edit or delete posts in the forum. When I uncommented then it worked perfectly. This fix does not work?
                          vBulletin Rules!

                          Comment

                          • we_are_borg
                            Senior Member
                            • Aug 2004
                            • 5454
                            • 4.2.X

                            #14
                            Strange because i know that others use this to and they can still edit en delete posts.

                            Just Delete the following:
                            Code:
                            {YAHOO.util.Event.addListener(window,"beforeunload",this.exit_prompt,this,true)}
                            If you want the above solution to comment out the pop-up you need to download the uncompressed javascript files.

                            Comment

                            • kontagio.us
                              Senior Member
                              • Aug 2009
                              • 241
                              • 4.0.0

                              #15
                              I think the problem was that I was using the compressed version of clientscript/vbulletin_textedit.js . Thanks.
                              vBulletin Rules!

                              Comment

                              Related Topics

                              Collapse

                              Working...