国内最全IT社区平台 联系我们 | 收藏本站
华晨云阿里云优惠2
您当前位置:首页 > php开源 > DedeCMS > PHP168中B2B会员中心投稿不能自动审核的解决教程

PHP168中B2B会员中心投稿不能自动审核的解决教程

来源:程序员人生   发布时间:2014-05-29 18:02:07 阅读次数:4019次

图片:

在后台把需要自动审核设置的地方全都设置成了 自动审核, 但在会员中心投稿 不管是用超级管理员还是普通会员的身份进同投稿都不能自动审核,

  

解决办法:

查找这代码

<!--<tr bgcolor="#FFFFFF" class="basetr">
<td width="15%">相关设置:</td>
<td width="85%"> <span close="0$web_admin$groupdb[PassContribute]">
<input type="checkbox" name="postdb[yz]" value="1" $yz>
审核 </span> <span close="0$web_admin$groupdb[SetArticleTopCom]">
<input type="checkbox" name="postdb[top]" value="1" $top>
置顶
<input type="checkbox" name="postdb[levels]" value="1" $levels>
推荐 </span>
<input type="checkbox" name="postdb[target]" value="1" $target>
新窗口打开 $baseSpecial</td>
</tr>-->

找到以后用

<tr bgcolor="#FFFFFF" class="basetr">
<td width="15%">相关设置:</td>
<td width="85%"> <span close="0$web_admin$groupdb[PassContribute]">
<input type="checkbox" name="postdb[yz]" value="1" $yz>
审核 </span> <span close="0$web_admin$groupdb[SetArticleTopCom]">
<input type="checkbox" name="postdb[top]" value="1" $top>
置顶
<input type="checkbox" name="postdb[levels]" value="1" $levels>
推荐 </span>
<input type="checkbox" name="postdb[target]" value="1" $target>
新窗口打开 $baseSpecial</td>
</tr>

替换即可!

生活不易,码农辛苦
如果您觉得本网站对您的学习有所帮助,可以手机扫描二维码进行捐赠
程序员人生
------分隔线----------------------------
分享到:
------分隔线----------------------------
关闭
程序员人生