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