I have this same problem! Anyone find a fix?
When I move the image the link goes from this
src="http://www.boringvillage.com/news/./data/upimages/helm_copy.jpg"
to this
src="data/upimages/helm_copy.jpg"


I keep answering my own problems, but perhaps this will help someone else having the same problem. The problem seems to be browser specific. On windows XP you need to be using explorer. Firefox breaks the URL when you move the image, explorer does not. On a mac I haven't found a browser that works properly yet. I've tried camino, firefox, explorer, opera, and netscape.

Problem here... Whew, I found myself posting just problems https://cutephp.com/forum/style_emoticons/default/sad.gif

Anyway, if you insert image and drag it somewhere inside textarea, image url loses /cutenews part

Correct url should be

domain.com/cutenews/data/upimages/image.jpg

but it somehow became

domain.com/data/upimages/image.jpg (notice lost of /cutenews)

I noticed the same thing after editing article. Any help?


I have this same problem! Anyone find a fix?
When I move the image the link goes from this
src="http://www.boringvillage.com/news/./data/upimages/helm_copy.jpg"
to this
src="data/upimages/helm_copy.jpg"

I'm having a few problems that I saw addressed earlier in this post. The first is my image paths not appearing correctly. The path name is missing the name of my cutenews directory.
For example it should be [img]cutenews/blah/blah/image.jpg[/img]instead I get <omg src=.blah/img.jpg">


I fooled around with the images.mdu file and changed the script to this

finalImage = link1 +\"<img border=\\\"\"+ imageBorder +\"\\\" align=\\\"\"+ imageAlign +\"\\\" alt=\\\"\"+ alternativeText +\"\\\" hspace=\\\"\"+ hSpace +\"\\\" vspace=\\\"\"+ vSpace +\"\\\" src=\\\"/news/data/upimages/\"+ path +\"\"+ selectedImage +\"\\\">\" +

It was this


                                finalImage = link1 +\"<img border=\\\"\"+ imageBorder +\"\\\" align=\\\"\"+ imageAlign +\"\\\" alt=\\\"\"+ alternativeText +\"\\\" hspace=\\\"\"+ hSpace +\"\\\" vspace=\\\"\"+ vSpace +\"\\\" src=\\\"$config_path_image_upload/\"+ path +\"\"+ selectedImage +\"\\\">\" + link2;

This seemed to correct the image path problem. Was this a good fix?


Next problem
Now, however, if i drag an image around in the window to position it in a different spot on the page it again incorrectly writes the image path and the image no longer shows up.


I'm having a few problems that I saw addressed earlier in this post. The first is my image paths not appearing correctly. The path name is missing the name of my cutenews directory.
For example it should be [img]cutenews/blah/blah/image.jpg[/img]instead I get <omg src=.blah/img.jpg">
I fooled around with the images.mdu file and changed the script to this

finalImage = link1 +\"<img border=\\\"\"+ imageBorder +\"\\\" align=\\\"\"+ imageAlign +\"\\\" alt=\\\"\"+ alternativeText +\"\\\" hspace=\\\"\"+ hSpace +\"\\\" vspace=\\\"\"+ vSpace +\"\\\" src=\\\"/news/data/upimages/\"+ path +\"\"+ selectedImage +\"\\\">\" +

It was this
                                finalImage = link1 +\"<img border=\\\"\"+ imageBorder +\"\\\" align=\\\"\"+ imageAlign +\"\\\" alt=\\\"\"+ alternativeText +\"\\\" hspace=\\\"\"+ hSpace +\"\\\" vspace=\\\"\"+ vSpace +\"\\\" src=\\\"$config_path_image_upload/\"+ path +\"\"+ selectedImage +\"\\\">\" + link2;

This seemed to correct the image path problem. Was this a good fix?
Next problem
Now, however, if i drag an image around in the window to position it in a different spot on the page it again incorrectly writes the image path and the image no longer shows up.

OK
I fixed the image path problem. I'm still having an issue if I try to move any of my images. It breaks the path and writes it incorrectly