Details
-
Type:
Improvement
-
Status: Done/Fixed
-
Priority:
Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.2
-
Component/s: Core CiviCRM
-
Labels:None
Description
The Contact schema includes a column to store an image_URL for each contact. However this field is not currently exposed to the user interface for built-in Contact Edit and Contact Summary.
1. Add "Contact Image" field to contact edit form as a "file" type input field:
- Browse / Upload image
- If image_url is set, display thumbnail with link to delete image
2. Per lobo, we should fix the current hard-coded 100x100 thumbnail creation method (used in custom "file" fields) with a proportional thumbnail creation
3. If image_url defined, display thumbnail in separate div in upper left corner of contact summary page (contact/view). Clicking thumbnail should load pop-up with full-size image.
4. This field should also be available in profile (create and listing mode)