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

免责声明:本站所有文章和图片均来自用户分享和网络收集,文章和图片版权归原作者及原出处所有,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服处理。