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.
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
Comment #1
jhriggs commentedMoving 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...
Comment #2
siddharth-1 commentedHello!
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
Comment #3
jhriggs commentedMy 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.
Comment #4
ricabrantes commentedActive??
Comment #5
marcingy commentedbumping version
Comment #6
amateescu commentedThis feature is in D7.