I guess what you want is this:
edit index.php, find:
PHP Code:
eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_level$depth$tempext")."\";");
Replace it as:
PHP Code:
$forum[threadcount]=number_format($forum[threadcount]);
$forum[replycount]=number_format($forum[replycount]);
eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_level$depth$tempext")."\";");
Enjoy..