View Full Version : Some user accounts failed to port
Ken Iovino
Fri 25th Apr '08, 4:57pm
I have some users accounts that failed to port from phpbb. Their post are still on the forums, but just without any user info. Is there anything I can do to restore the account with their post?
Jerry
Fri 25th Apr '08, 10:00pm
You could create the user accounts again, then update the post.userid based on the userid of the account you just created and match it up with the username i.e.
UPDATE post SET userid=99 WHERE username='Jerry';
Where 99 is the userid of the account created for user Jerry, which is the username of the posts in question.
vBulletin® v3.8.0 Beta 3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.