try this:

find this

$link1 = htmlspecialchars('<a target="_blank" href="'.$config_path_image_upload.'/'.$file.'">');

and replace with this

$link1 = htmlspecialchars('<a target="_blank" href="'.$config_http_script_dir.'/'.$config_path_image_upload.'/'.$file.'">');

maybe it will be good for you

try this:

find

function insertimage(selectedImage, path, link1, link2) {

in this function you've got something like this

src=\\\"./$config_path_image_upload/\"+ path +\"\"+ selectedImage +\"\\\">\"

replace it with this (in 2 or 3 places)

src=\\\"$config_http_script_dir/$config_path_image_upload/\"+ path +\"\"+ selectedImage +\"\\\">\"

you have only add $config_http_script_dir/

now you get path:
http://youradress.com/cutenews_dir/./data......

it works for me... http://www.ee.pw.edu.pl/~borowska/

it's a detail:

in image properties:

http://validator.w3.org/
value of attribute "ALIGN" cannot be "NONE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT".

btw: great job https://cutephp.com/forum/style_emoticons/default/smile.gif

Another suggestion:

option to delete dir