yes, like the upper left avatar-picture in this screenshot.
once i had your modification installed, but it didn't work with our advanced memberprofile together, there is html allowed and a member's profile can be very large for putting it directly into the usercp, so i had to uninstall the mod again. that's why i was just looking for a simple link + avatar because every preview of a custom html member profile within the usercp would be too large.
check
my profile to see it's too large to put it into the cp.
i also tried to put this code into my USERCP template, but no avatar shows up.
<tr valign="top">
<td>
<img src="$bbuserinfo[avatarurl]" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td>
</tr>
I think i have to add more code somewhere else to get this working, perhaps in the plugin-system, but i am new to this.