Bellinis Active member May 27, 2013 #1 I must be overlooking something. How do I close a poll? I can close the thread or set the poll to close in 1 hour, but how can I close the poll "now" ?
I must be overlooking something. How do I close a poll? I can close the thread or set the poll to close in 1 hour, but how can I close the poll "now" ?
Jake Bunce Well-known member May 27, 2013 #2 Gotta run a query: Rich (BB code): UPDATE xf_poll SET close_date = UNIX_TIMESTAMP() WHERE poll_id = 1; Upvote 0 Downvote
Gotta run a query: Rich (BB code): UPDATE xf_poll SET close_date = UNIX_TIMESTAMP() WHERE poll_id = 1;
Bellinis Active member May 27, 2013 #3 Huh, running a query?! I think that should a core option. Ok, well, I've set it now to close in 1 hour. That's fine too. Upvote 0 Downvote
Huh, running a query?! I think that should a core option. Ok, well, I've set it now to close in 1 hour. That's fine too.