|
http://www.discuz.net/thread-1258352-1-1.html
在Discuz! 7.0, 只有管理员有权查看投票帖的投票人, 如果希望允许本版版主查看投票人, 可以如下修改:
1. 根目录下 misc.php
查找:
if($overt || $adminid == 1) {
替换为:
if($overt || $forum['ismoderator']) {
2. templates\default\viewthread_poll.htm
查找:
<!--{if !$visiblepoll && ($overt || $adminid == 1)}-->
替换为:
<!--{if !$visiblepoll && ($overt || $forum[ismoderator])}-->
完毕! |
EQ中文世纪地图集地址:
www.ceqmap.com |
|