The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|