As long as it works, that's all that really counts. Thank you, sir.
Would you have any ideas on the percentage problems for bigger boards? )
EDIT: How would I incorporate this with this code?
PHP Code:
if($stats['activepercent'] > 100)
{
$statscache['activepercent'] = vb_number_format(($numbermembers / $newuserid) * 100 / 1000, 2 ) . '%';
}
else
{
$statscache['activepercent'] = vb_number_format(($numbermembers / $newuserid) * 100, 2) . '%';
}