Request: make picture upload mandatory
J. Cohen - August 10, 2007 - 22:46
| Project: | Avatar Selection |
| Version: | 5.x-2.1 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | stella |
| Status: | by design |
Jump to:
Description
It would be great if there were a way to make an option to require pictures to be uploaded by users at registration and possibly even disable the selection aspect. So you could configure the module to either:
* let users optionally choose an avatar
* require users to choose an avatar
* let users optionally choose an avatar or upload an avatar
* require users to upload an avatar (no preselected avatars to choose from -- they must upload their own)
The last one on the list is the feature that I'm looking for -- just a way to make picture upload mandatory.

#1
Unfortunately I can't implement this as it is not possible to make a file upload form element required - this is not allowed by the Drupal forms api. See Forms API Reference for more info.
Cheers,
Stella