![]() |
make a message popup verifying avatar size
When someone uploads an avatar I would like a message to pop up asking them to verify that they have uploaded an avatar that is the correct size. I have members who repeatedly do not upload the correct sized avatars. I have it set that if the wrong avatar is uploaded then it will stretch to fit, but it tends to look distorted.
|
Maybe something like this: edit the modifyavatar template, find this (near the end)
Code:
<input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" /> and replace with this: Code:
<input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" onclick="return show_reminder(this.form.avatarid)"/> (You could put the js function in the script tag that's already at the top of the template, but this way I only had to describe one replacement). |
All times are GMT. The time now is 04:24 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|