Add a 'votes' tab when viewing a poll node. This tab should display all voters and the choice that they elected.

This will require a new table for storing votes. We currently serialize just the voter, and don't store the value of his vote.

Comments

jhriggs’s picture

Assigned: Unassigned » jhriggs

Moving votes to a table is already on my TODO list (see the battle plans), so I will take this on. Viewing the votes would be a nice feature, but it should be controlled by a permission. I don't think the default should be to make all votes visible to the world...

siddharth-1’s picture

Hello!

I need to implement a votung system on my drupal-based website. I need to elect 4 people out of 8 people listed.

Can I expect polling module to implement this in near future.

Regards,
Siddharth

jhriggs’s picture

My poll module rewrite should accommodate what you need. It will hopefully make it into Drupal 4.7, but when done, I will make a 4.6-compatible version available.

As a side note, this is really unrelated to this issue topic. Please open new issues or feature requests for unrelated subjects.

ricabrantes’s picture

Version: » 5.x-dev

Active??

marcingy’s picture

Version: 5.x-dev » 8.x-dev

bumping version

amateescu’s picture

Version: 8.x-dev » 7.x-dev
Assigned: jhriggs » Unassigned
Status: Active » Closed (works as designed)

This feature is in D7.