Smilies Problem after upgrading to 4.1.8

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Erica
    Senior Member
    • Dec 2009
    • 118
    • 4.1.x

    #16
    Here's a Fix Thanks To PitchouneN64ngc In ./clientscript/vbulletin_textedit.js, search:
    Code:
    smilie_window = openWindow(fetch_ajax_url('misc.php?' + SESSIONURL +  'do=getsmilies&editorid=' + this.editorid, width, height,  'smilie_window'));
    Replace with this:
    Code:
    smilie_window = openWindow(fetch_ajax_url('misc.php?' + SESSIONURL +  'do=getsmilies&editorid=' + this.editorid), width, height,  'smilie_window');
    I moved only 1 ')' to the right place

    Comment

    • hipster
      Senior Member
      • Oct 2009
      • 116
      • 4.2.X

      #17
      Originally posted by Erica
      Here's a Fix Thanks To PitchouneN64ngc In ./clientscript/vbulletin_textedit.js, search:
      Code:
      smilie_window = openWindow(fetch_ajax_url('misc.php?' + SESSIONURL +  'do=getsmilies&editorid=' + this.editorid, width, height,  'smilie_window'));
      Replace with this:
      Code:
      smilie_window = openWindow(fetch_ajax_url('misc.php?' + SESSIONURL +  'do=getsmilies&editorid=' + this.editorid), width, height,  'smilie_window');
      I moved only 1 ')' to the right place

      Code:
      smilie_window=openWindow(fetch_ajax_url("misc.php?"+SESSIONURL+"do=getsmilies&editorid="+this.editorid,B,A,"smilie_window"));
      what version are you posting for ..
      this is the line it is in vb4.1.8
      and what is the fix for
      Back up back up Back up, thats all the advice I can give.

      Comment

      • Erica
        Senior Member
        • Dec 2009
        • 118
        • 4.1.x

        #18
        Originally posted by hipster
        Code:
        smilie_window=openWindow(fetch_ajax_url("misc.php?"+SESSIONURL+"do=getsmilies&editorid="+this.editorid,B,A,"smilie_window"));
        what version are you posting for ..
        this is the line it is in vb4.1.8
        and what is the fix for
        i am using 4.1.8 the part i add it up there was from pitch so like what i did for 4.1.8 the fix is
        change this:
        Code:
        smilie_window=openWindow(fetch_ajax_url("misc.php?"+SESSIONURL+"do=getsmilies&editorid="+this.editorid,B,A,"smilie_window"));[B][COLOR=#ff0000][/COLOR][/B]


        to this:

        Code:
        smilie_window=openWindow(fetch_ajax_url("misc.php?"+SESSIONURL+"do=getsmilies&editorid="+this.editorid),B,A,"smilie_window");[B][COLOR=#ff0000][/COLOR][/B]

        Comment

        • Erica
          Senior Member
          • Dec 2009
          • 118
          • 4.1.x

          #19
          This fixes the smilies when hitting more smilies , with this fix it won't open more smilies full screen.

          Comment

          • hipster
            Senior Member
            • Oct 2009
            • 116
            • 4.2.X

            #20
            yes I know thanks, but the code you posted is not the same as mine in that file..
            and mine is 4.1.8
            Just maken sure all your files are up to date..
            Back up back up Back up, thats all the advice I can give.

            Comment

            • Erica
              Senior Member
              • Dec 2009
              • 118
              • 4.1.x

              #21
              Originally posted by hipster
              yes I know thanks, but the code you posted is not the same as mine in that file..
              and mine is 4.1.8
              Just maken sure all your files are up to date..
              Yea The first code was actually from User Pitch hes the one that made the fix so i post it then realized that 4.1.8 is different so add it the second code fix btw Venom Says Hi.

              Comment

              • hipster
                Senior Member
                • Oct 2009
                • 116
                • 4.2.X

                #22
                got ya .. thanks for the info ..

                enjoy your holidays you and Venom
                Back up back up Back up, thats all the advice I can give.

                Comment

                • Persian Prince
                  New Member
                  • Aug 2010
                  • 3
                  • 4.2.X

                  #23
                  same problem with attachments and smilies here : http://persianpros.org/forum/

                  large window problem

                  what is the solution ?

                  Comment

                  • hipster
                    Senior Member
                    • Oct 2009
                    • 116
                    • 4.2.X

                    #24
                    in
                    clientscript/vbulletin_textedit.js
                    find

                    Code:
                    smilie_window=openWindow(fetch_ajax_url("misc.php?"+SESSIONURL+"do=getsmilies&editorid="+this.editorid,B,A,"smilie_window"));
                    and change it to
                    Code:
                    smilie_window=openWindow(fetch_ajax_url("misc.php?"+SESSIONURL+"do=getsmilies&editorid="+this.editorid),B,A,"smilie_window");
                    Back up back up Back up, thats all the advice I can give.

                    Comment

                    • Persian Prince
                      New Member
                      • Aug 2010
                      • 3
                      • 4.2.X

                      #25
                      thanks but it only fixes the smilies problem not the attachments problem

                      Comment

                      • hipster
                        Senior Member
                        • Oct 2009
                        • 116
                        • 4.2.X

                        #26
                        Originally posted by Persian Prince
                        thanks but it only fixes the smilies problem not the attachments problem
                        was not aware of a attachment problem.. this theads is abot the smile issue..
                        Back up back up Back up, thats all the advice I can give.

                        Comment

                        • hipster
                          Senior Member
                          • Oct 2009
                          • 116
                          • 4.2.X

                          #27
                          yep I just noticed it .... the manage attachment does the same thing
                          the window is hug same as the smile window..

                          something with (fetch_ajax_url
                          Back up back up Back up, thats all the advice I can give.

                          Comment

                          • anderow
                            Member
                            • Sep 2008
                            • 45
                            • 4.1.x

                            #28
                            that didnt fix anything for me hipster... still got the same issue with 4.1.8

                            Comment

                            • hipster
                              Senior Member
                              • Oct 2009
                              • 116
                              • 4.2.X

                              #29
                              yeah I have no idea what a fix would be for it and I guess it's not fix here as well with the vb4.1.9 Beta.. ause it is still full screen here ...
                              I am getting sick of things breaking..
                              Back up back up Back up, thats all the advice I can give.

                              Comment

                              • hipster
                                Senior Member
                                • Oct 2009
                                • 116
                                • 4.2.X

                                #30
                                neither was fix with 4.1.0
                                Back up back up Back up, thats all the advice I can give.

                                Comment

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