Hi Tony,
You're right about the avatar problem. It's caused by the image shrouding, which never allows a direct URL to the images to be displayed. So you're always getting a URL like this:
URL to picture: [ http://www.mysite.org/cgi-bin/album.pl?image=/admin/stuff.gif ]And YaBB chokes on the ? I'd say... You can turn off image shrouding, though that leaves your images open to remote links. It's a toss up I guess...

As for the 2nd problem, the URL should be
http://www.MY SITE.com /cgi-bin/pic/album.pl?function=xxxxxx (where xxxxxx is your admin function code).
Cheers