PDA

View Full Version : Reset a poll


sHORTYWZ
04-19-2002, 08:48 PM
I don't know if this is already done or not or if there is an easier way to do it.. But I can't find a way to simply reset a poll..

I want all of the votes stripped, but the thread to remain intact, and to allow people to re-vote..

Currently if you go in and put all the votes to zero it still records people as voting so they can't revote..

Any help is appreciated, thanks! :)

Admin
04-20-2002, 06:19 AM
After you set all votes to 0, run this query: (XX being the poll ID)
DELETE FROM pollvote WHERE pollid=XX;

Slynderdale
04-23-2002, 12:03 PM
I made it into a hack for you, check my sig for it :)