The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Reset a poll
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! |
#2
|
||||
|
||||
After you set all votes to 0, run this query: (XX being the poll ID)
Code:
DELETE FROM pollvote WHERE pollid=XX; |
#3
|
|||
|
|||
I made it into a hack for you, check my sig for it
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|