Add-on Members Registered in past 24 hours

What page are you trying to get it to be displayed in? Admin panel, board index with the other stats, or what?
 
This data is already logged in the statistics, under admin.php?stats/daily. If you wanted it displaying in the frontend, you should be able to just reuse the code.
 
This data is already logged in the statistics, under admin.php?stats/daily. If you wanted it displaying in the frontend, you should be able to just reuse the code.
The variables required may not be available in the page they want it displayed on.
 
The variables required may not be available in the page they want it displayed on.
Probably not considering it's an admin controller, but you should be able to call XenForo_StatsHandler_User::getData($startDate, $endDate) and displays the returned array.
 
Top Bottom