$ diff insert_image_ori.php insert_image.php 126c126 <
--- > 173c173 < --- > 186c186 < $imgpath = url("image/view/$newnode->nid"); --- > $imgpath = url("$base_url/image/view/$newnode->nid"); 259c259 < print "image/view/" .$_POST["nodes_list"] ."?res=300x200"; --- > print "$base_url/image/view/" .$_POST["nodes_list"] ."?res=300x200"; 262c262 < print _htmlarea_get_jsdir(); ?>/plugins/UploadImage/popups/default.png" width="300" height="200" alt=""> --- > print "$base_url/" ._htmlarea_get_jsdir(); ?>/plugins/UploadImage/popups/default.png" width="300" height="200" alt="">