Hi,
Yes it's possible, but you must modify yourselfe a file.
Open the file: FckEditor\editor\filemanager\browser\default\frmresourceslist.asp
search the line 136: window.top.opener.SetUrl( fileUrl ) ;
and change with this
window.top.opener.SetUrl( "http://" + location.hostname + fileUrl ) ;
In the next release I will add this new option
Gianluigi
|
|
|