PDA

View Full Version : How do I remove this txt?


VBforumguy
08-04-2015, 10:18 AM
On user profile avatar screens the following txt. appears:

Note: The maximum size of your custom image is 80 by 80 pixels or 19.5 KB (whichever is smaller).

How do I remove this?

Thanks!

VBforumguy

kh99
08-04-2015, 11:16 AM
Do you want to remove the restriction? Then I think you can edit the usergroup and set Custom Avatar max width, height, and filesize to 0.

If you want to have a size restricytion but just remove the message, then you can edit the modifyavatar template and remove the part that looks like this:
<vb:if condition="$show['maxnote']">
<p class="description">{vb:raw maxnote}</p>
</vb:if>

which appears twice in the template.