Hi,
I'm trying to implement newsletter system for our company wich need to use absolute path (for image and link) .
Tell me if i'm wrong but in the fckconfig.js a variable called FCKConfig.BaseHref who's supposed to do the convertion from relative to absolute path...
But the problem is, even if i fill the variable with the IP (http://my.ip.address) of my server, the image is not showing. Is it a current bug or just a bad manipulation from my part.
Without this feature my newsletter system would not be functionnal.
Any Help will be greatly appreciated
Thanks
Mon, 03/07/2005 - 11:44
#1
RE: FCKConfig.BaseHref not working RC3
It works for me when I already have iserted the image. But it does not work in image preview.
I temporary have fixed this bug in following way:
I insert into \editor\dialog\fck_image.html file following code
<script type="text/javascript">
<!--
document.writeln(FCK.TempBaseTag);
-->
</script>
after
<link href="common/fck_dialog_common.css" rel="stylesheet" type="text/css" />
Andrey Grebnev
RE: FCKConfig.BaseHref not working RC3