Can you please re-enable my access details? I have made a discovery that I would like to test on your forum to verify.
SELECT *
FROM vbulletin_thread
WHERE pollid > (SELECT MAX(pollid) FROM vbulletin_poll)
UPDATE vbulletin_thread
SET pollid = 0
WHERE pollid > (SELECT MAX(pollid) FROM vbulletin_poll)
It is impossible to retroactively determine when someone rated a thread because vBulletin does not store this information. For that reason, when you re-calculate points, it will pretend all thread ratings were made way in the past.One test that concerns me is "thread ratings test 2" which isn't returning any results when I recalculate. It is set for the same time frame as my original competition criteria that has been the focus of this discussion. You can see this test in the activity contest CP.
Can you check why this might be?
We use essential cookies to make this site work, and optional cookies to enhance your experience.