I added mine to the other side of the postbit in text just below the users post count and says "See username's photo albums"
Find in postbit template
Code:
</td>
</tr>
</table>
<!-- / user info -->
</td>
Add above
Code:
<a href="album.php?$session[sessionurl]u=$post[userid]"> See $post[musername]'s photo albums</a>
Not the prettiest thing but it works and I haven't figured out the if statement either though.