rwm1962 Well-known member Jul 30, 2015 #1 We've over 480 nodes & would like to disable polls in the majority of them. Is there some code magic that would untick this box across all nodes? We could then just go into the 3 forums where polls are wanted & re-check it. Thanks in advance!
We've over 480 nodes & would like to disable polls in the majority of them. Is there some code magic that would untick this box across all nodes? We could then just go into the 3 forums where polls are wanted & re-check it. Thanks in advance!
P Paul B XenForo moderator Staff member Jul 30, 2015 #2 You would have to do it for each forum. Upvote 0 Downvote
Mike XenForo developer Staff member Jul 30, 2015 #4 You can probably get away with running this query: Code: update xf_forum set allow_poll = 0; And then enabling it in the specific forums where required. Upvote 0 Downvote
You can probably get away with running this query: Code: update xf_forum set allow_poll = 0; And then enabling it in the specific forums where required.
rwm1962 Well-known member Jul 30, 2015 #5 Thanks Mike - I will try that on our test/clone forum first. Upvote 0 Downvote