This does not work correctly on vb 3.7 pl1. You can only specify a remote hosted avatar, but you cannot upload from your computer.
I have installed the product and added the following code to register template:
Code:
<if condition="$show[avatar_form]">
<fieldset class="fieldset">
<legend>$vbphrase[custom_avatar]</legend>
<div style="padding:$stylevar[formspacer]px">
<div class="fieldset">
<if condition="$vboptions[regava_show_url]">
$vbphrase[enter_url_to_image]
<div style="padding:$stylevar[formspacer]px">
<input type="text" class="bginput" name="avatarurl" value="http://www." onchange="check_yes('avatar_yes')" size="45" dir="ltr" />
<input type="hidden" name="MAX_FILE_SIZE" value="$inimaxattach" />
</div>
</if>
<if condition="$vboptions[regava_show_upload]">$vbphrase[upload_image_from_computer]</if>
<div style="padding:$stylevar[formspacer]px">
<input type="file" class="bginput" name="upload" onchange="check_yes('avatar_yes')" size="45" />
</div>
<if condition="$show['maxnote']">
$maxnote
</if>
</fieldset>
</if>
Can anyone please help me get this fixed?