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
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.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.