MyBB Community Forums

Full Version: Changing registration dates.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would I move everyone's registration date up a week or two? There are four users. (The site has not been released yet and I have been working on it for a while!)
The only way to change a users registration date is to change it in the database.
(2010-11-05, 07:22 PM)AJS Wrote: [ -> ]The only way to change a users registration date is to change it in the database.

Is it easy to do?
Just find the regdate column in the mybb_users table and change the value.

It's a timestamp so you'll have to work it out - http://www.4webhelp.net/us/timestamp.php