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

TaPes’s picture

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;
}