Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] 修改论坛的投票数据

[复制链接]
zixuan409 发表于 2010-3-16 16:51:42 | 显示全部楼层 |阅读模式
本帖最后由 zixuan409 于 2010-3-17 10:55 编辑



在数据库中找到 xxx_polloptions表。里面列出的就是你的投票选项。
其中:tid 是该投票贴的id
         votes 是投票总数
      polloption 是投票选项title
         voterids   参与投票人的id
如果嫌一个一个打voterids数值比较麻烦 可以找到论坛根目录下的forumdata/templates/1_1_viewthread_poll.tpl.php文件。将其中的代码删掉即可(还得确定你写的id是否正确。否则页面上的总统计人数还是和votes 总投票数不符合):


<div class="pollinfo">
<? if($multiple) { ?><strong>多选投票</strong><? if($maxchoices) { ?>: ( 最多可选 <?=$maxchoices?> 项 )<? } } else { ?><strong>单选投票</strong><? } if($visiblepoll && $allowvote) { ?> , 投票后结果可见<? } ?>, 共有 <?=$voterscount?> 人参与投票
<? if(!$visiblepoll && ($overt || $adminid == 1)) { ?>
<a href="misc.php?action=viewvote&amp;tid=<?=$tid?>" onclick="showWindow('viewvote', this.href);doane(event);">查看投票参与人</a>
<? } ?>
</div>


补充: 另外将模板下面的viewthread_poll.htm一段代码删掉:
<div class="pollinfo">
                <!--{if $multiple}--><strong>{lang poll_multiple}{lang thread_poll}</strong><!--{if $maxchoices}-->: ( {lang poll_more_than} )<!--{/if}--><!--{else}--><strong>{lang poll_single}{lang thread_poll}</strong><!--{/if}--><!--{if $visiblepoll && $allowvote}--> , {lang poll_after_result}<!--{/if}-->, {lang poll_voterscount}
                        <!--{if !$visiblepoll && ($overt || $adminid == 1)}-->
                                <a href="misc.php?action=viewvote&tid=$tid" onclick="showWindow('viewvote', this.href);doane(event);">{lang poll_view_voters}</a>
                        <!--{/if}-->
        </div>
----------------------------------------------------------------
-http://www.dosaas.com

评分

1

查看全部评分

kenliy 发表于 2010-3-16 16:53:32 | 显示全部楼层
这是广告还是什么呢。
回复

使用道具 举报

 楼主| zixuan409 发表于 2010-3-16 16:59:43 | 显示全部楼层
广告?~~~ 修改论坛的投票数据
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-23 18:42 , Processed in 0.028689 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表