当前位置 : 主页 > 建站教程 > dedecms >

DedeCMS v5.5 上传图片不加水印的解决办法

来源:互联网 收集:自由互联 发布时间:2021-12-23
DedeCMSv5.5 修正BUG,关于文章编辑器上传图片,未能加入水印的解决方法。 打开include\FCKeditor\editor\dialog\dede_image.php 第117行,原文: 以下为引用的内容:if (in_array($imgfile_type,$cfg_photo_typ

 DedeCMS v5.5 修正BUG,关于文章编辑器上传图片,未能加入水印的解决方法。

  打开include\FCKeditor\editor\dialog\dede_image.php 

  第117行,原文: 

以下为引用的内容:
if (in_array($imgfile_type,$cfg_photo_typenames)) 
{ 
WaterImg($fullfilename,'up'); 
} 

 

  修改为: 
 

以下为引用的内容:
if ($needwatermark=="1" && in_array($imgfile_type,$cfg_photo_typenames)) //修改 by nic 
{ 
WaterImg($fullfilename,'up'); 
WaterImg($full_litfilename,'up'); // add by nic 
}

【文章转自:中东服务器 转载请说明出处】
上一篇:DedeCMS图集手动上传图片添加水印的方法
下一篇:没有了
网友评论
相关栏目