Active
Project:
Avatar Approval
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2009 at 10:56 UTC
Updated:
17 Jun 2009 at 07:57 UTC
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
Comment #1
TaPes commentednobody?
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;
}