Download & Extend

message output + disable upload form until the avatar is checked

Project:Avatar Approval
Version:5.x-1.0
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

hi,
it would be good to show a message after the upload of an avatar, for example: "YOUR AVATAR WILL BE CHECKED"
and it would be perfect to disable the upload form until the avatar is checked, so the user can't upload more and more avatars.

Comments

#1

nobody?

to hide the uploadform could be done with simple css, but i don't know how to integrate this into the code of the module:

#edit-picture-upload-wrapper {
display:none;
}

nobody click here