Opened 17 years ago
Closed 17 years ago
#966 closed New Feature (worksforme)
Full URL Option for Inserting Files/Images
Reported by: | Richard Brynteson | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
With the increased use of FCKeditor in CMS and e-mail products it would be great to have an option to allow the use of full URL when inserting files/images.
I made this function work by editing the frmresourcelist.html file (line 56) to:
...OpenFile(\'http://' + window.location.hostname + fileURl...
This is already possible by properly configuring the server connector to return the full path.