Well, you can quickly link to the profile of the album author by editing the all_albumbit template and changing:
to:
Code:
<a href="member.php?$session[sessionurl]u=$album[userid]">$album[username]</a>
You can tweak the template a bit more if you want to link to other albums by that user - it's the same as above but in this case, you'd link to album.php instead of member.php.
I'm currently fiddling with getting avatars to display too, but I might have to come back to this later as I'm about to head out...