How to display voter counts from polls on topics list page?

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)

Can someone please provide the CSS to make that happen?

Thanks in advance.

Best,
Chad

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.

3 Likes

Got it. Thanks Taylor

2 Likes