This will add a query to every page on your forum. Are you sure?
If you're sure, do this (no need file hacking):
In your phpinclude template, add this to the bottom:
PHP Code:
$bbuserinfo[avatarurl]=getavatarurl($bbuserinfo[userid]);
Then, in your header template, add this anywhere to show the avatar:
Code:
<img src="$bbuserinfo[avatarurl]" border="0" alt="Your current avatar" align="middle">
Should work.