I think this will work, but I would suggest testing it before releasing it to your members.
In showthread.php, find
PHP Code:
$post[joindate]=vbdate($registereddateformat,$post[joindate]);
Add directly above it
PHP Code:
$userpostcount=$post[posts]
Right below this added line and above the original line you searched for, put in the code you originally posted for the hack. Then, edit the
postbit template and add $rank where you want it to show up.