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
Switch to threaded view of this topic Create a new topic Submit Reply
How to see who has voted [message #25550] Mon, 13 June 2005 11:43 Go to next message
windy is currently offline  windy   Germany
Messages: 4
Registered: June 2005
Karma: 0
Junior Member
Hi!

I'm wondering how to see the given votes on a poll. Is there an admin-feature or do I have to take a look at my database?

Also I have the problem that open polls do not appear when I click on "Show polls" at the main page.

Regards
Stephan
Re: How to see who has voted [message #25552 is a reply to message #25550] Mon, 13 June 2005 13:18 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
That would be a bug, but I have not experienced situations where polls are not being listed by the show poll utility. Are you sure that the "missing" polls are not just on another page of show polls?

FUDforum Core Developer
Re: How to see who has voted [message #25555 is a reply to message #25552] Mon, 13 June 2005 13:44 Go to previous messageGo to next message
windy is currently offline  windy   Germany
Messages: 4
Registered: June 2005
Karma: 0
Junior Member
Ilia wrote on Mon, 13 June 2005 13:18

Are you sure that the "missing" polls are not just on another page of show polls?

There is only one page on which no polls are listed.
Re: How to see who has voted [message #25556 is a reply to message #25555] Mon, 13 June 2005 14:40 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Can you try running consistency checker?

FUDforum Core Developer
Re: How to see who has voted [message #25564 is a reply to message #25556] Mon, 13 June 2005 21:44 Go to previous messageGo to next message
windy is currently offline  windy   Germany
Messages: 4
Registered: June 2005
Karma: 0
Junior Member
Ilia wrote on Mon, 13 June 2005 14:40

Can you try running consistency checker?

I will try it when the next poll is started and let you know.
Re: How to see who has voted [message #25680 is a reply to message #25556] Fri, 17 June 2005 09:41 Go to previous messageGo to next message
windy is currently offline  windy   Germany
Messages: 4
Registered: June 2005
Karma: 0
Junior Member
Ilia wrote on Mon, 13 June 2005 14:40

Can you try running consistency checker?

New polls are shown correctly, without running the checker.

But two questions remain:

1. How can I see who has voted and what he has voted?
2. Where can I see on which time the limit is set.
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: 0
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
  Switch to threaded view of this topic Create a new topic Submit Reply
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: Sat Jul 06 16:40:25 GMT 2024

Total time taken to generate the page: 0.02433 seconds