I'm not exactly sure what you're asking but here are two user post details that you can use in navbar:
To show total posts by user:
Code:
Total Posts: $bbuserinfo[posts]
To show Find all posts by user:
Code:
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]" rel="nofollow">Find all posts by $bbuserinfo[username]</a></td>