FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » How to see who has voted
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: How to see who has voted [message #25693 is a reply to message #25680] Fri, 17 June 2005 17:16 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
There is no web-panel to show you who voted on the poll, you can however fetch this information via SQL query.

SELECT u.alias FROM fud26_poll_opt_track p
INNER JOIN fud26_users u  ON u.id=p.user_id
WHERE p.poll_id=[id of the poll you are interested in]


If you edit the message with a poll and then click on the "edit poll" link, it'll show you the time limit for the poll.


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Polls voting disabled for reg users
Next Topic: I have enable speller check from my host now
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Aug 02 12:53:10 GMT 2024

Total time taken to generate the page: 0.04510 seconds