You have errors in the code as posted (at least for vBulletin 4.1.1).
It should be:
=|= Postbit (Horizontal) =|=
OPEN TEMPLATE Postbit templates -> postbit
FIND:
PHP Code:
<dt>{vb:rawphrase posts}</dt>
<dd>{vb:raw post.posts}</dd>
REPLACE WITH:
PHP Code:
<dt>{vb:rawphrase posts}</dt>
<dd><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw post.userid}&contenttype=vBForum_Post&showposts=1" title="View {vb:raw post.username}'s posts">{vb:raw post.posts}</a></dd>
and...
=|= Postbit (Vertical Legacy) =|=
OPEN TEMPLATE Postbit templates -> postbit_legacy
FIND:
PHP Code:
<dt>{vb:rawphrase posts}</dt>
<dd>{vb:raw post.posts}</dd>
REPLACE WITH:
PHP Code:
<dt>{vb:rawphrase posts}</dt>
<dd><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw post.userid}&contenttype=vBForum_Post&showposts=1" title="View {vb:raw post.username}'s posts">{vb:raw post.posts}</a></dd>