Hi,
Yes it's possible.
Open the file: FckEditor/Editor/dialog/fck_smiley.asp
search the line: 38 and 39 and replace with this 3 new lines: ( You must add the url line between the 2 existant line )
var oImg = oEditor.FCK.CreateElement( 'IMG' ) ; url = "http://" + location.hostname + url oImg.src = url ;
Gianluigi
|
|
|