When i am setting up email templates the html editor and picture importer strip the absolute url to <img src="../ecampaign/gtm/media_kit" instead of the full url. This does not allow any of my images to be displayed. How can i fix this problem. I tried doing this
Open the file, include\javascript\tiny_mce\tiny_mce.js in sugarcrm.
Change,
this._def("convert_urls", true);
into
this._def("convert_urls", false);


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks