MyBB Community Forums

Full Version: Forum Opening Date
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.

Sorry if I don't write in a good English, but I'm French and I don't know English very well.

I would like to know if it is possible to change the forum opening date and recalculate the stats because I created my forum a few weeks before opening it and now, the stats are not good (messages per day, for example).

Thanks.
The forum opening date is based on the date user 1 'registered'. You could change this field on your user in phpMyAdmin using this converter: http://www.4webhelp.net/us/timestamp.php
Thank you!!
I had this problem too and it worked.
UPDATE mybb_users SET regdate='1234567890' WHERE uid=1
Of course you'll need to change 1234567890 to the date you want (see the link I posted above)
Thank you very much. It works Smile
(2010-01-15, 08:55 PM)Dennis Tsang Wrote: [ -> ]
UPDATE mybb_users SET regdate='1234567890' WHERE uid=1
Of course you'll need to change 1234567890 to the date you want (see the link I posted above)
Yes.. I changed it manually each user. (only 3 on test board) Big Grin