11.06.2011, 02:22
That stat on the bottom of SMF forums that says "Latest Member: Name". My server script is connected to my SMF forum and it automatically creates a forum account when the user registers in-game. The account itself is registered fine, but it does not appear on the Latest Member thing.
It seems that they do not use the Unix Timestamps from the "register_date" or the "id_member" field. Anyone know where SMF stores the last registered data in the MySQL table. I want to make it so it can show the Latest Member after I create the account from a script.
(Or if anyone can tell me where the actual register process is, where it sets the variable $context['common_stats']['latest_member'] is set. It is not in Sources/Register.php)
Thanks.
It seems that they do not use the Unix Timestamps from the "register_date" or the "id_member" field. Anyone know where SMF stores the last registered data in the MySQL table. I want to make it so it can show the Latest Member after I create the account from a script.
(Or if anyone can tell me where the actual register process is, where it sets the variable $context['common_stats']['latest_member'] is set. It is not in Sources/Register.php)
Thanks.