The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How Do I: Change Thread Owner
How Do I: Change Thread Owner....?
|
#2
|
||||
|
||||
You can't do it via the user interface. You can do it from SQL however. But, if you're asking this, mucking around in the dB probably isn't the best idea.
Code:
UPDATE post INNER JOIN thread ON post.threadid = thread.threadid SET thread.postuserid = <userid>, thread.postusername = <username>, post.username = <username>, post.userid = <userid> WHERE threadid = <thread to update> |
#3
|
|||
|
|||
You could check with the developer that created the Change Threads/post Owner Mod:
https://vborg.vbsupport.ru/showthread.php?t=200952 He's updated to 3.8 , he may be adding a mod for 4.0.x |
#4
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|