MyBB Community Forums

Full Version: need plugin for changing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
need plugin for changing users registertion date ...

thanks
Do you mean a complete date ...?

Like in this format

Day/Month/Year
this is the time format of mybb:
http://www.unixtimestamp.com/index.php

for example, if you want to set all users registration to 06 / 19 / 09 @ 15:00
will be: 1245441600

Then just run this "SQL Query" in phpmyadmin:
UPDATE mybb_users SET regdate='1245441600';

it may work
I think he meant something to change the "Joined: Jun 2007" (example) in postbit of a certain user.