message output + disable upload form until the avatar is checked
TaPes - June 10, 2009 - 10:56
| Project: | Avatar Approval |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

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