The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Assign Abandonded Post to a user
Just wondering how to assign an abandonded post to a new user, one of the users cancelled there account and remade a new one and i wanted to assign the posts to there new account.
Thanks |
#2
|
||||
|
||||
Execute the following query:
UPDATE vb_post SET userid=X WHERE userid=Y; This will change all posts made by the user with the ID Y to be made by the user X. UPDATE vb_post SET userid=X WHERE postid=Y This will only set the post with the ID Y to be a post from the user with the ID X Be sure to change vb_post, so it's using the prefix you use. Also be sure to make a backup, before running a query. (even though it should work since I tried it out on my testboard before) |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|