for the postbit part
you have to edit
functions.php
before this:
PHP Code:
if ($post[showemail] and $displayemails) {
eval("\$post[useremail] = \"".gettemplate("postbit_useremail")."\";");
} else {
$post[useremail]="";
}
add this:
PHP Code:
$post[posts]=number_format($post[posts]);
for your forumhome i couldn't help, because it's a hack then and i haven't installed this one...