Discuz开启帖子快速回复,设置无效
清泛原创
\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设置上传附件文件的尺寸
下一篇:Discuz!x3.2微信登陆升级教程(接口错误(ERR05) 微社区域名已更换,请确保接口已升级)