修改post.php 这个文件,在59行处 if($thread['readperm'] && $thread['readperm'] > $readaccess && !$forum['ismoderator'] && $thread['authorid'] != $discuz_uid) { showmessage('thread_nopermission', NULL, 'NOPERM'); } 的下面添加下面代码即可。 //只有版主和发贴人自己能回复 if(($forum['fid']==42) && ($thread['authorid']!=$discuz_uid) && !$forum['ismoderator'] ) { showmessage('只有版主和发贴人才能回复', NULL, 'NOPERM'); } Loading... 修改post.php 这个文件,在59行处 if($thread['readperm'] && $thread['readperm'] > $readaccess && !$forum['ismoderator'] && $thread['authorid'] != $discuz_uid) { showmessage('thread_nopermission', NULL, 'NOPERM'); } 的下面添加下面代码即可。 //只有版主和发贴人自己能回复 if(($forum['fid']==42) && ($thread['authorid']!=$discuz_uid) && !$forum['ismoderator'] ) { showmessage('只有版主和发贴人才能回复', NULL, 'NOPERM'); } 最后修改:2009 年 09 月 17 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 支持就是力量
1 条评论
强,作个记号