nopcommerce 3.3 newsletter image display bugs
在Edit Campaign 编辑邮件发送后,发现插入的图片不能在测试邮箱(gmail,qq等显示),原因是插入的图片url被富文本剪辑器缩减成了相对地址,在发送出去之后无法link到图片地址
即:
http://microanalytixau.edev.co.nz/Content/images/uploaded/logo.gif
被缩减成为
/Content/images/uploaded/logo.gif
同时,插入的link也被缩减。
官方显示解决方案为升级为3.4版本,以下为不升级版本的解决方案。
解决问题如下
- find the under the path:\www\Content\tinymce\tinymce.min.js
- change the the js” remove_script_host:!1”
- save