It's possible in album.pl to add a link to the profile of the user who uploaded a specific pic, or who owns an specific album (in per_member_upload=1). Just add the following lines to your templates. (Where you add them will determine when and where they show up - experimentation is good!)
YaBB:
<a href="http://perl.bobbitt.ca/yabb/YaBB.pl?action=viewprofile;username=CONFIG=owner####">See ####CONFIG=owner####'s Profile</a>YaBB SE:
<a href="http://perl.bobbitt.ca/yabbse/index.php?board=4;action=viewprofile;user=####CONFIG=owner####">See ####CONFIG=owner####'s Profile</a>UBB:
<a href="http://cdnarmy.ca/cgi-bin/ultimatebb.cgi?ubb=get_profile;u=####CONFIG=owner####">See this user's Profile</a>This, of course, also opens the door to other things, such as adding a link to send the user a PM... Here's a UBB example for that:
<a href="http://cdnarmy.ca/cgi-bin/ultimatebb.cgi?ubb=private_message;u==####CONFIG=owner####">Send this user a PM</a>There's more that can be done, just tinker!

Cheers