NEED TO DO:
Modify forum\includes\functions_digest_users.php
and make the CRON work so the usergroup table can be stored every nite. Note that all
// START mod - inmotion coder Yang - 2006-10-24
// $numbergroups = vb_number_format($usergroupcache['usergroupid'];
// END mod - inmotion coder Yang
should be changed back, or comment out. Find a way that no usergroupcache is used. Or that is to say, to count the usergroup instead of users (numberusers
) After doing the CRON, have to find a way to access the CRON table, and then out put at forum\index.php
Important files:
forum\modules\stats.php
forum\admincp\stats.php
forum\admincp\user.php
0