MyBB Community Forums

Full Version: Edit Register Date
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any way to edit the date a user registered on MyBB?

Thanks. (and their post count?)
Post count can be edited in the ACP >> Users & Groups >> Users >> Options >> Edit Profile & Settings >> Profile >> Post Count

Registration date can only be changed in the database using a timestamp, if I remember correctly.
Update mybb_users set regdate =  'Y' where uid = X;

Replace Y with the timestamp, X with their userid.

http://www.4webhelp.net/us/timestamp.php
I know the date... but anyway I can get the time stamp of date?
The link in N.Malcolm's post above is for a timestamp converter.
Oh, I See. Thanks!