This is what the instructions says:
****In admin/functions.php****
**Find
PHP Code:
if ($post['receivepm'] and $enablepms==1) {
eval("\$post[pmlink] = \"".gettemplate("postbit_sendpm")."\";");
} else {
$post[pmlink] = "";
}
In your functions.php is this line 208 to 212.
**After this insert
PHP Code:
$sli = 0;
while ($sli < $post[starlevel]) {
$post[stars] .= "<img src=\"{imagesfolder}/stars/$post[starimg].gif\" border=\"0\">";
++$sli;
}
Thats all you have edit in functions.php.