Quote:
Originally Posted by ozzy47
First take another backup, but make sure not to overwrite your old one.
You can register a new account for that user, then run this query to associate the old posts with the new account:
Code:
UPDATE post SET userid='xxx' WHERE username='Old Name';
....with 'xxx' being the userid of the new account.
Then update the thread and forum counters in that order:
Admin CP -> Maintenance -> Update Counters
|
Extremly helpful as always, Ozzy. Thanks man :up: