I am using FCKEditor and CKFinder to create content for HTML email messages. I have it all working fine except the URL for the image contained in the email message. The URL turns out as a relative path rather than the full URL. I need the full URL for the image so it will be displayed properly what is the best way to handle this?
Mon, 10/20/2008 - 20:22
#1

Re: Images in HTML email
Any help would be greatly appreciated.
Re: Images in HTML email
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Images in HTML email
Re: Images in HTML email
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Images in HTML email
Sorry, but this is a bit confusing to me.
The only two lines of code I changed are the two that I have documented for you.
I have not knowingly changed the thumbnails path. It was working before I made these changes so it must be writable.
Where is the path to the thumbnails set? It is within the CKfinder folder I take it but which file and what line of code am I looking for?
Roger
Re: Images in HTML email
so in your case, if thumbnails stopped working, adjust the config.thumbnails.url and config.thumbnails.baseDir variables (for example instead of using config.baseUrl and config.baseDir helper variables, just use the old working values).
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Images in HTML email
After changing the baseURL and baseDir to the actual URL and directory path everything worked fine.
Thanks for your help,
Roger
Re: Images in HTML email
Re: Images in HTML email
Thanks.
Re: Images in HTML email