仿站咨询QQ:2587483189

手机微信同号:15850888840

织梦不同会员可发布相同文章,同一会员不可发布重复文章

 织梦DedeCMS允许不同会员发布相同文章,不允许同一会员发布重复文章的方法: 打开 /member/inc/archives_check.php 文件 找到 //检测文档是否重复 if($cfg_mb_cktitle=='Y') {     $row = $dsql->GetOne("Select * From `dede_archives` where title like '$title' ");     if(is_array($row))     {         ShowMsg("对不起,请不要发布重复文档!","-1","0",5000);         exit();     } } 将 $row = $dsql->GetOne("Select * From `dede_archives` where title like '$title' "); 修改为 $row = $dsql->GetOne("Select * From `dede_archives` where title like '$title' and mid = '".$cfg_ml->M_ID."'");

  • 上一篇:怎么确定一个网站是不是用dedecms建的?
  • 下一篇:dedecms教程:搜索页显示条数更改
  • 来源:未知//所属分类: dede仿站 /更新时间:2020-12-26
    相关仿站教程