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