--- README.txt 2010-08-18 21:36:51.000000000 -0600 +++ README_new.txt 2010-08-18 21:39:35.000000000 -0600 @@ -43,6 +43,18 @@ Install an "Insert" button will appear. Click this button to send the file or image into the Body field. -Insert should would on multiple fields (the last field that was active will -received the file), and with most popular WYSIWYG editors. Note that FCKeditor +Insert should work on multiple fields (the last field that was active will +receive the file), and with most popular WYSIWYG editors. Note that FCKeditor only supports the Body field due to an API limitation. + +Paths +----- + +By default, the path to the inserted file will be absolute, including the full +domain name, such as http://www.example.com/sites/default/files/image.jpg. If +you prefer relative paths, such as /sites/default/files/image.jpg, add the +following variable to your settings.php file. + +$conf['insert_absolute_paths'] = FALSE; + +See http://drupal.org/node/622964#comment-2451810