News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Today Registrations

Started by Doug Heffernan, March 04, 2018, 04:52:11 PM

Previous topic - Next topic

Doug Heffernan

Link to Mod

This mod adds all users who register at your forum for the day at the bottom of the forum index. There are no settings. Simply install it and you are good to go.

-Rock Lee-

Together with the last ones connected, it would look very good: Tenth I leave the translation to Latin Spanish!

$txt['today_registrations'] = 'Registros de hoy';

Go to the spanish.latin version as spanish.latin-utf8...


Regards!
¡Regresando como cual Fenix! ~ Bomber Code
Ayudas - Aportes - Tutoriales - Y mucho mas!!!


Yarik1980

Quote from: doug_ips on March 04, 2018, 04:52:11 PM
Link to Mod

This mod adds all users who register at your forum for the day at the bottom of the forum index.
It displays the user for 24 hours instead of the current day
For output for the current day, it will be correct
array(
'date_registered' => time() - 86400,
)

change to
array(
'date_registered' => strtotime('today'),
)

Advertisement: