MyBB Community Forums

Full Version: Since the merger, rogue Polls are popping up everywhere.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
On merges I normally skip the polls.
(2011-03-17, 08:49 PM)-AW- Wrote: [ -> ]Dylan, has there been any progress on this? I don't want to be mean or anything, but a few people have been complaining at me about this for a while now.

So many things I've got to catch up on. See here for a short explanation of whats been going on:
http://community.mybb.com/thread-87154-p...#pid659773
(2011-03-17, 09:07 PM)labrocca Wrote: [ -> ]On merges I normally skip the polls.

No, but this screwed up the original polls, so I don't really get what's going on.

(2011-03-17, 10:13 PM)Dylan M. Wrote: [ -> ]
(2011-03-17, 08:49 PM)-AW- Wrote: [ -> ]Dylan, has there been any progress on this? I don't want to be mean or anything, but a few people have been complaining at me about this for a while now.

So many things I've got to catch up on. See here for a short explanation of whats been going on:
http://community.mybb.com/thread-87154-p...#pid659773

Alright, fair enough. I guess you have to deal with that.
I had a similar problem, my support thread might help (maybe not depending on how you want to deal with it) - http://community.mybb.com/thread-65146.html
(2011-03-17, 11:21 PM)AJS Wrote: [ -> ]I had a similar problem, my support thread might help (maybe not depending on how you want to deal with it) - http://community.mybb.com/thread-65146.html

I wouldn't actually mind if the rogue polls are deleted. I can't delete any of the rogue ones nor in the original thread.

I tried your script and it did nothing to my forum.
Wow. All your threads have the poll field set to 77, even threads w/out polls.
So, step 1 is going to be to reset all of those to no poll.
UPDATE `mybb_threads` SET `poll` = '0' WHERE `poll` = '77';
(2011-03-18, 04:22 PM)Dylan M. Wrote: [ -> ]Wow. All your threads have the poll field set to 77, even threads w/out polls.
So, step 1 is going to be to reset all of those to no poll.
UPDATE `mybb_threads` SET `poll` = '0' WHERE `poll` = '77';

...and that fixed everything, except for the one thing that actually needed poll #77. Anyways, just wanted to say thanks, hope things go well with you in the real world.

I'll live with that, though.
Your next step is to upload the attached file to your forum's root and then run it from your browser. That script will re-attach all polls to their correct thread.
(2011-03-18, 04:33 PM)Dylan M. Wrote: [ -> ]Your next step is to upload the attached file to your forum's root and then run it from your browser. That script will re-attach all polls to their correct thread.

The query seemed to place back the themes in the right place. I ran the script, though. Nothing bad to report.
Ok, marking as Solved then. Smile
Pages: 1 2 3