Just find in the postbit template:
and replace with :
This goes to their profile...
Code:
<b><a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$post[userid]" target="_blank" class="name" id="name">$post[username]</a></b>
If you mean usercp, then add this code instead:
Code:
<b><a href="usercp.php?s=$session[sessionhash]" target="_blank">$post[username]</a></b>
Satan