MyBB Community Forums

Full Version: Automated Recount Statistics
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello..

Since I am using third party registration bridge, it seems like the registration does not update the statistic of Newest Member..

So, i would like to ask on how to do this Recount Statistics on automatic basis..
Maybe through cron job or by task manager..

Please guide me

Thank you
You've to use the following code where you've used integrating script;
$cache->update_stats(); 

This will update the forum's stats automatically, and you don't have to run recount and rebuild tool again and again Wink
Sadly, the integration is just directly save the new user registration and password directly to mybb database without calling any variable from mybb..

so i believe this command will not work..

Er.. why did my thread moved here?