首页 > CMS > 织梦DEDE > 正文

DedeCMS 上传缩略图启用水印的方法

2024-07-12 08:40:58
字体:
来源:转载
供稿:网友

打开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}

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表