Hello
when i am uploading pic to the ckeditor it is add string character to the patch of the image such as ""/"" , so i cannot see the image at the webpage
I am using i window server with IIS7 and site it is PHP .
for example the patch of the pic it is writing below :
http://www.eugenwonders.com/%22//%22////%22/uploads/userfiles/376732_10151067026539271_148110885_n//%22/%22
at the source code it is look like this
<img width="\"\\"\\\\"\\\\\\\\"\\\\\\\\\\\\\\\\"50\\\\\\\\\\\\\\\\"\\\\\\\\"\\\\"\\"\"" height="\"\\"\\\\"\\\\\\\\"\\\\\\\\\\\\\\\\"34\\\\\\\\\\\\\\\\"\\\\\\\\"\\\\"\\"\"" alt="\"\\"\\\\"\\\\\\\\"\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\"\\\\\\\\"\\\\"\\"\"" src="\"\\"\\\\"\\\\\\\\"\\\\\\\\\\\\\\\\"/uploads/userfiles/72944_374459332600564_446241346_n.jpg\\\\\\\\\\\\\\\\"\\\\\\\\"\\\\"\\"\"" /><img width="\"\\"\\\\"\\\\\\\\"\\\\\\\\\\\\\\\\"50\\\\\\\\\\\\\\\\"\\\\\\\\"\\\\"\\"\""
it is adding alot of character for all the tag
PLEASE HELP
thnx
shai
Maybe it's something to do
Maybe it's something to do with the fact that it is the width, not the src. Perhaps you could do some debugging on the string (image name/file) uploaded, or just give us some script to work from :)
please help me and tell me
please help me and tell me what u want me to send which script
the problem and with all the img tags (alt , height , width , src .
the probkem it is when u upload the pic it is getting wrong
even when i am inserting a hyperlink i have the same problem
for example
http://www.eugenwonders.com/%22http://walla.co.il/%22
Okay, so copy and paste your
Okay, so copy and paste your plugin's code (all files) into here (insert code snippet) so we can see what's happening.
When I said about debugging, where you are using the string of data from the image (for example when you put it into a HTML tag), try just putting it on your screen to see what it says:
thank you for the quick
thank you for the quick response
u can be more specific and tell me in which file is the code u ask where is the plugins code
i have copy the url of the image to the browser and the patch it is wrong as i have write before
Okay I need you to explain
Okay I need you to explain entirely what it is you're doing. Are you writing a CKEditor plugin, or editing a plugin or something?
Also, your plugin code is in ckeditor/plugins/<yourpluginname> and is a JavaScript (.js) file - I need to see that to understand how the code is working.
ok i will explain
ok i will explain
i am enternig to my ckeditor at my cms and i am adding i pic after that i am saving the editing and when i am entering the the webpage i dont see the image, you can see it at the link :
http://www.eugenwonders.com/index.php?module=pages&id=
i have over there like some folder that all of the contain javascript file
autogrow
bbcode
dragresizertable
placeholder
simplecommands
tablecommands
if you like i can send you to email ftp login to this folder
thnx shai
So basically the problem is
So basically the problem is that when you put an image on the page, it isn't showing up afterwards?
Can you post the URL that the image is trying to display again please?
What button are you using to upload the image? Are you hosting it on your site (uploaded using FTP), and then using the 'Image' button and pasting in the URL?
Sorry for not being able to find a fix yet - just need to know what's happening :)
i am using the ckeditor on my
i am using the ckeditor on my CMS
I AM USING THE IMAGE BUTTON than i get upload window that ask me to upload the image from my computer after that i can edit the pic (height width etc
http://www.eugenwonders.com/index.php?module=pages&id=8
Not sure why it's breaking,
Not sure why it's breaking, but are you using Hebrew letters like on the rest of the site? I'm not sure if that might be breaking the whole system. When I tried some of the links (also containing Hebrew letters), it didn't work, and I believe that you can only use 'normal' characters.
at the image name or at the
at the image name or at the links i dont use amy hebrew letter
the proble is even when i am adding links to the aricle at the editor the links are not in hebrew even there i get links whith more character like
"////"'
and the links are broken
i dont think that it is hebrew problem
it is just adding trash
it is just adding trash character and i am not adding hebrew character on the image name or at the link i a just adding hebrew character at the paragraph
it work fine before something get wrong
Sorry for the late reply.
Sorry for the late reply.
I have nothing else for you to try that I can think of. Perhaps you can disable any CKEditor addons and/or reinstall CKeditor and see if that makes a difference. It must be something to do with the files installed.
Hope it helps :)