The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Time someone voted on a poll?
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??
|
#2
|
|||
|
|||
There is a votedate field in the database, it just isn't ever displayed. You could do a database query like:
Code:
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. |
#3
|
|||
|
|||
Thanks for the help Kevin, and sorry for the delay in responding, it's been a heck of a week
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|