织梦cms未审核的文章如何实现仅发布者可见,接下来我们来一起研究一下。修改文件:./plus/view.php。
头部添加:
require_once(DEDEINC.'/memberlogin.class.php');
$keeptime = isset($keeptime) && is_numeric($keeptime) ? $keeptime: -1;
$name_chka = new MemberLogin($keeptime);
在view.php末尾$arc->Display();前添加:
if ($name_chka – >M_UserName != $arc – >Fields['writer']) {
$description = "只有本人才能查看";
$pubdate = GetDateTimeMk($arc – >Fields["pubdate"]);
$arctitle = $arc – >Fields['title'];
$msgtitle = "没有权限!";
$moremsg = "<font color='red'>请登录后查看!</font>";
include_once($cfg_basedir.$cfg_templets_dir."/plus/view_msg.htm");
$arc – >Close();
exit();
}
标签: CMS网站, keeptime, php语法, 未审核, 织梦
上面是“织梦cms未审核的文章如何实现仅发布者可见”的全面内容,想了解更多关于 织梦cms 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_661.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!