Quote:
Originally Posted by M1th
You could use the round() function to get a whole number out of the average. 
|
Just change the new line in the index.php script from
PHP Code:
$averageregistrations = vb_number_format($userstats['averageregistrations'],2);
to
PHP Code:
$averageregistrations = vb_number_format($userstats['averageregistrations']);
i.e. remove the ',2'. I deliberately wanted to specify a couple of decimal places. Makes the stats look more scientific