帝国cms7.5在增加或者修改文章的时候,编辑器底部会有加水印按钮,但是有时候在编辑文章时候,我们经常会忘记勾选加水印,那么如何设置提交文章时自动添加水印呢
1、设置图片水印
设置路径:后台--系统--系统参数设置--图片设置
2、添加图片自动勾选加水印
修改方法:
找到文件e/admin/ecmseditor/infoeditor/epage/TranImg.php
查找到
<input name="getmark" type="checkbox" id="getmark" value="1">
修改为
<input name="getmark" type="checkbox" id="getmark" value="1" checked>
3、远程保存图片加水印
修改方法:
位置:后台--系统设置--管理数据表--新闻系统--管理字段--新闻正文(newstext)--修改
查找到
<input name="mark" type="checkbox" id="mark" value="1">
修改为
<input name="mark" type="checkbox" id="mark" value="1" checked>
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。