![]() |
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 |
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) |
All times are GMT. The time now is 03:52 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|