zoogs
New member
Apparently, this is possible, but you'll need to run an SQL query to do it and that's tucked far into the ACP (for the reason that it can break every table on the board, I guess).
For future reference: (tid is the topic ID number). If anyone needs this done on a poll let me know. Shouldn't do 0 to 1 changes, of course.
For future reference: (tid is the topic ID number). If anyone needs this done on a poll let me know. Shouldn't do 0 to 1 changes, of course.
Code:
UPDATE ibf_polls
SET poll_view_voters = 0
WHERE tid = 82232;
Last edited by a moderator: