PDA

View Full Version : General Request - Switch poll back from private to public


Artashes
05-02-2016, 08:13 PM
I did something really bad. I was running a public poll and switched it to private for a second. To my shock, there was no way to switch it back to public. I don't know why on Earth I'd do something stupid like that, especially without knowing that I cannot switch it back (apparently).

I've searched for mods, but I can't find anything that would fix this particular issue.

It is really important to continue to have the votes public in the poll. Is there any way at all to switch it back from private to public with current votes displaying specific usernames? Perhaps I've missed the mod... If not by default, is this something that can be custom coded?

Thank you in advance for any help.

Dave
05-02-2016, 08:18 PM
First find the poll id by going to the poll > edit poll and check the URL.
Then execute the query:
UPDATE poll SET public = 1 WHERE pollid = yourpollid

Artashes
05-02-2016, 08:28 PM
First find the poll id by going to the poll > edit poll and check the URL.
Then execute the query:
UPDATE poll SET public = 1 WHERE pollid = yourpollid

Dave, you are awesome. Thank you so much, this worked! :up: