网站程序
主页 > 技巧教程 > 网站程序 >

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

2018-12-30 | 秩名 | 点击:
本篇文章给大家介绍DedeCMS织梦上传缩略图启用水印的方法。

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

以上就是全部方法了,希望对大家有帮助。

原文链接:
相关文章
最新更新