This is in the hover mod, so when you hover someone's nickname on the list there where it displays the vBA point total.
$user['dbtech_vbactivity_points'] = @number_format($user['dbtech_vbactivity_points'], 2, $vbulletin->userinfo[lang_decimalsep], '');
$user['dbtech_vbactivity_points'] = @number_format($user['dbtech_vbactivity_points'], 0, $vbulletin->userinfo[lang_decimalsep], '');
We use essential cookies to make this site work, and optional cookies to enhance your experience.