欢迎来到润旭源码网
帮助中心

润旭源码网

热门搜索: 企业源码    免费源码   

dedecms教程:缩略图不加水印 文章页图片加水印的方法

  • 时间:2020-07-05 17:24 编辑: 来源: 阅读:198
  • 扫一扫,手机访问
摘要:解决方法1、打开 include/dialog/select_images.php 文件找到<input type='checkbox' name='needwatermark' value='1' class='np' <?php if($photo_markup=='1') echo "checked"; ?> /&

解决方法

1、打开 include/dialog/select_images.php 文件

找到

<input type='checkbox' name='needwatermark' value='1' class='np' <?php if($photo_markup=='1') echo "checked"; ?> />水印  

修改为

<input type='checkbox' name='needwatermark' value='1' class='np' />水印

解析:这样做的目的是为了控制水印默认为未选中状态

 

2、打开 include/dialog/select_images_post.php 文件

找到

if(in_array($imgfile_type, $cfg_photo_typenames))

{

WaterImg($fullfilename,'up');

}

修改为

if(in_array($imgfile_type,$cfg_photo_typenames) && isset($needwatermark))

{

WaterImg($fullfilename,'up');

}

 

  • 全部评论(0)
资讯详情页最新发布上方横幅
联系我们

QQ:888477 {点击直接联系}

邮箱:runxu123@qq.com

时间:周1——周6 【9:00-23:00

联系客服
购买源码 源码咨询 投诉建议 联系客服
0373-6621888
手机版

扫一扫进手机版
返回顶部