PDA

View Full Version : Time someone voted on a poll?


Madpoodle
04-13-2012, 09:42 AM
LMAO, well OK so I "ASSumed" that when you voted on a poll the list of voters would flow in order of the votes.. BZZZZZT, wrong! Looks like they are alphabetized LOL, and the contest depends on ties being broken by time of vote.. Any suggestions, or am I going to be sending out more prizes than I thought?? :eek: :p

kh99
04-13-2012, 11:43 AM
There is a votedate field in the database, it just isn't ever displayed. You could do a database query like:

SELECT votedate, userid FROM pollvote WHERE pollid = ID ORDER BY votedate ASC


You need to find the pollid for your poll and replace the ID with the actual id.

Madpoodle
04-17-2012, 11:47 AM
Thanks for the help Kevin, and sorry for the delay in responding, it's been a heck of a week :) :)