The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Removing thread ratings?
Folks-
Okay, so I ask weird questions... I don't want to remove the feature, I want to remove all the thread ratings that have been given. I have been testing some stuff, and given ratings to threads during the test. I want to go back to zero before I go live. --don |
#2
|
||||
|
||||
Take a backup first! This is untested.
Run this first: Code:
SELECT user.username, user.userid, thread.title, threadrate.vote FROM threadrate LEFT JOIN user ON user.userid = threadrate.userid LEFT JOIN thread ON thread.threadid = threadrate.threadid ORDER BY thread.title Code:
DELETE FROM threadrate WHERE userid = X You'll need to update your thread & forum information counters afterwards. |
#3
|
|||
|
|||
Thanks, Ozzy! I'll give it a try a little later (I have some more screwing around to do first).
--don |
#4
|
||||
|
||||
Not a problem, hopefully it works.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|