Invalid Url On Image 4.1.4

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • magz
    Senior Member
    • Nov 2006
    • 128
    • 4.1.x

    #16
    Originally posted by Steve Machol
    Does anyone have this problem in this site?
    As mentioned by Lynne, The invalid Url message appears only if "Retrieve remote file and reference locally" is ticked.
    I get this issue here, and on my own site.
    Follow Chatanplay on Twitter, Youtube and Facebook

    Comment

    • K!nG
      Senior Member
      • Nov 2010
      • 276
      • 4.2.X

      #17
      It does happen here as well but only if we keep "retrieve remote files & reference locally" checked but if u uncheck it everything works fine. i even asked in one of the threads how to disable it permanently ????? i have same problem on my site ?? can anyone tell howto disable it permanently ??

      Comment

      • Fragmasters
        Member
        • May 2005
        • 31

        #18
        Same problem here;

        How can I disable or remove the "retrieve remote files & reference locally" tickbox ?

        Can someone post here "How To Disable" this tickbox

        Comment

        • worried
          Senior Member
          • Dec 2008
          • 684
          • 4.2.X

          #19
          Originally posted by Fragmasters
          Same problem here;

          How can I disable or remove the "retrieve remote files & reference locally" tickbox ?

          Can someone post here "How To Disable" this tickbox
          It used to be in simple html in the editor_upload_overlay template. Now it's embeded in javascript in a file named plugin.js:

          Code:
              if ( elementDefinition[ 'default' ] )
                                  attributes.checked = 'checked';
          I'm not sure how to make the statement unchecked. Maybe replace 'checked' with ""

          Comment

          • Valter
            Senior Member
            • Aug 2005
            • 100
            • 4.1.x

            #20
            "Insert Image" dialog ignores my language translations

            Additionally, "Insert Image" dialog ignores my language translations.

            Translating following phrases has no effect:
            [insert_image]
            [allowed_filetypes]
            [add_an_image_from_url]

            Even I've translated them it says:
            Insert Image
            Allowed Filetypes
            Add an Image from Url

            Entered into bug tracker here:
            http://tracker.vbulletin.com/browse/VBIV-12385

            Comment

            • Fragmasters
              Member
              • May 2005
              • 31

              #21
              Originally posted by worried
              It used to be in simple html in the editor_upload_overlay template. Now it's embeded in javascript in a file named plugin.js:

              Code:
                  if ( elementDefinition[ 'default' ] )
                                      attributes.checked = 'checked';
              I'm not sure how to make the statement unchecked. Maybe replace 'checked' with ""
              Do you know the excat location for plugin.js ?

              Comment

              • worried
                Senior Member
                • Dec 2008
                • 684
                • 4.2.X

                #22
                upload\clientscript\ckeditor\plugins\dialogui

                You should be able to remove that entire if statement to get rid of the check

                Comment

                • Fragmasters
                  Member
                  • May 2005
                  • 31

                  #23
                  FIXED Image.js (see attachment image)

                  Here is what I did;

                  1. DOWNLOAD and unzip the file Image.zip

                  2. REPLACE the file clientscript/ckeplugins/vbimage/dialogs/image.js with the unzipped version of image.js (BACKUP YOUR OLD VERSION)

                  3. ENABLE Advanced Insert Image Popup

                  Admin CP -> Settings -> Options -> Message Attachment Options -> Advanced Insert Image Popup - Enable -> Yes
                  Attached Files
                  Last edited by Fragmasters; Sun 12 Jun '11, 7:57am.

                  Comment

                  • cnrr
                    New Member
                    • Feb 2011
                    • 8
                    • 4.1.x

                    #24
                    Originally posted by Fragmasters
                    FIXED Image.js (see attachment image)

                    Here is what I did;

                    1. DOWNLOAD and unzip the file Image.zip

                    2. REPLACE the file clientscript/ckeplugins/vbimage/dialogs/image.js with the unzipped version of image.js (BACKUP YOUR OLD VERSION)

                    3. ENABLE Advanced Insert Image Popup

                    Admin CP -> Settings -> Options -> Message Attachment Options -> Advanced Insert Image Popup - Enable -> Yes
                    can you upload to public file hosting?

                    Comment

                    • sung
                      Senior Member
                      • Jul 2002
                      • 172

                      #25
                      Originally posted by cnrr
                      can you upload to public file hosting?
                      Here's the file, no clue if it works or not though.

                      Comment

                      • pelusus
                        New Member
                        • Jan 2011
                        • 5
                        • 4.1.x

                        #26
                        partially solved

                        On my site same (www.motoclubalmeria.com), not worked... After upgrading to version 4.1.4, when users click on editor image icon for "Insert Image" and paste image URL (jpg format), image is not displayed and/or invalid url error shown. I am using Full WYSIWYG editor and not using the the Enhanced Upload.

                        I also have another forum that was working (www.motostrail.com)... so I looked for the diferences... and I got a "partial" solution...

                        In AdminCP --> Options --> Messages Attachment Options --> Limit Space Taken Up By Attachments (Total): must be "0" (no limits)

                        I do not exactly understand why (is from URL...) but it works!!!

                        Hope can I help!

                        Sorry about my english

                        Regards!!
                        Last edited by pelusus; Tue 14 Jun '11, 9:35am.

                        Comment

                        • pelusus
                          New Member
                          • Jan 2011
                          • 5
                          • 4.1.x

                          #27
                          Originally posted by Fragmasters
                          FIXED Image.js (see attachment image)

                          Here is what I did;

                          1. DOWNLOAD and unzip the file Image.zip

                          2. REPLACE the file clientscript/ckeplugins/vbimage/dialogs/image.js with the unzipped version of image.js (BACKUP YOUR OLD VERSION)

                          3. ENABLE Advanced Insert Image Popup

                          Admin CP -> Settings -> Options -> Message Attachment Options -> Advanced Insert Image Popup - Enable -> Yes
                          Works fine!

                          Thanks!

                          Regards

                          Comment

                          • Fragmasters
                            Member
                            • May 2005
                            • 31

                            #28
                            1. DOWNLOAD and unzip the file Image.zip

                            I am glad it works.

                            It took me nearly half a day looking for a solution until deciding to take a more direct action rather than waiting for a solution from vb.

                            Comment

                            • Davoosh
                              Member
                              • May 2011
                              • 74
                              • 4.1.x

                              #29
                              Work for me!

                              Thanx

                              Comment

                              • WhatChaMissin
                                Senior Member
                                • Apr 2005
                                • 689
                                • 3.8.x

                                #30
                                Originally posted by pelusus
                                On my site same (www.motoclubalmeria.com), not worked... After upgrading to version 4.1.4, when users click on editor image icon for "Insert Image" and paste image URL (jpg format), image is not displayed and/or invalid url error shown. I am using Full WYSIWYG editor and not using the the Enhanced Upload.

                                I also have another forum that was working (www.motostrail.com)... so I looked for the diferences... and I got a "partial" solution...

                                In AdminCP --> Options --> Messages Attachment Options --> Limit Space Taken Up By Attachments (Total): must be "0" (no limits)

                                I do not exactly understand why (is from URL...) but it works!!!

                                Hope can I help!

                                Sorry about my english

                                Regards!!
                                This didn't work for me, mine was already set to "0" but what did work was turning "Advanced Insert Image Popup - Enable" off

                                Comment

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