还在苦苦敲代码开发APP?你out啦! 试试积木搭建APP吧~

Discuz开启帖子快速回复,设置无效

来源:清泛原创     2016-06-27 17:15:25    人气:     我有话说( 0 人参与)

source module forum forum_viewthread.php$fastpost = $_G['setting']['fastpost'] && !$_G['forum_thread'...

\source\module\forum\forum_viewthread.php
$fastpost = $_G['setting']['fastpost'] && !$_G['forum_thread']['archiveid'] && ($_G['forum']['status'] != 3 || $_G['isgroupuser']);
$allowfastpost = $_G['setting']['allowfastreply'] && $allowpostreply;
if(!$_G['uid'] && ($_G['setting']['need_avatar'] || $_G['setting']['need_email'] || $_G['setting']['need_friendnum']) || !$_G['adminid'] && (!cknewuser(1) || $_G['setting']['newbiespan'] && (!getuserprofile('lastpost') || TIMESTAMP - getuserprofile('lastpost') < $_G['setting']['newbiespan'] * 60) && TIMESTAMP - $_G['member']['regdate'] < $_G['setting']['newbiespan'] * 60)) {
        $allowfastpost = false;
}
$fastpost = $allowfastpost;
主题列表页设置,帖子内容页里无论设置是开还是关,都是快速回复的;
主题列表页设置,帖子内容页里无论设置是开还是关,都是快速回复的;
 
 
 

Discuz 快速回复

注:本文为本站或本站会员原创优质内容,版权属于原作者及清泛网所有,
欢迎转载,转载时须注明版权并添加来源链接,谢谢合作! (编辑:admin)
分享到: