Actually, the avatar isn't in my forum's MEMBERINFO template, but in memberinfo_block_ministats. In said template look for this:
Code:
<img src="$prepared[avatarurl]" alt="<phrase 1="$prepared[username]">$vbphrase[xs_avatar]</phrase>" $prepared[avatarsize] class="alt2" id="user_avatar" />
And replace with:
Code:
<img src="$prepared[profilepicurl]" $prepared[profilepicsize] alt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" />
and vice versa in the MEMBERINFO template.
--------------- Added [DATE]1214239321[/DATE] at [TIME]1214239321[/TIME] ---------------
Modification has been released here:
https://vborg.vbsupport.ru/showthread.php?p=1556915