# 如何在主题列表页面显示投票的选民数量？

**URL:** https://meta.discourse.org/t/how-to-display-voter-counts-from-polls-on-topics-list-page/116041
**Category:** Support
**Created:** [2019 年4 月 26 日 07:59 UTC](https://meta.discourse.org/t/how-to-display-voter-counts-from-polls-on-topics-list-page/116041 "2019-04-26T07:59:36Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Chad\_Arthayukti](https://avatars.discourse-cdn.com/v4/letter/c/54ee81/32.png) [@Chad\_Arthayukti](https://meta.discourse.org/u/Chad_Arthayukti)
#### Post date: [2019 年4 月 26 日 07:59 UTC](https://meta.discourse.org/t/how-to-display-voter-counts-from-polls-on-topics-list-page/116041/1 "2019-04-26T07:59:36Z")

</div>

I’m trying to take the **“number of voters that participate in polls”** that are run in individual topics, and display on the **“topics list page”** preferably as another column or next to the topic title. (pls see image)

 ![26%20PM](https://global.discourse-cdn.com/meta/original/3X/a/6/a6fd0d3b3405b3f413ef9ddc23b78ae41c308c96.png)

Can someone please provide the CSS to make that happen?

Thanks in advance.

Best,  
Chad

---

<div class="post-metadata">

### Author: ![tshenry](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tshenry/32/119495_2.png) [@tshenry](https://meta.discourse.org/u/tshenry)
#### Post date: [2019 年4 月 26 日 09:12 UTC](https://meta.discourse.org/t/how-to-display-voter-counts-from-polls-on-topics-list-page/116041/3 "2019-04-26T09:12:28Z")

</div>

This cannot be accomplished with CSS. Unfortunately it’s not a trivial change to add a column that displays the number of users that voted on a poll within the topic. You would need to use a custom plugin to do it the proper way, and even then, I think it would require a full override of the topic-list-item template and therefore be prone to breakage.

---

<div class="post-metadata">

### Author: ![Chad\_Arthayukti](https://avatars.discourse-cdn.com/v4/letter/c/54ee81/32.png) [@Chad\_Arthayukti](https://meta.discourse.org/u/Chad_Arthayukti)
#### Post date: [2019 年4 月 26 日 09:40 UTC](https://meta.discourse.org/t/how-to-display-voter-counts-from-polls-on-topics-list-page/116041/4 "2019-04-26T09:40:11Z")

</div>

Got it. Thanks Taylor

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [2022 年8 月 17 日 07:49 UTC](https://meta.discourse.org/t/how-to-display-voter-counts-from-polls-on-topics-list-page/116041/6 "2022-08-17T07:49:26Z")

</div>


