Enabling users to add photos of themselves
You can allow users to add photos of themselves through Domino, Connections, or the Gravatar service.
The following table describes each method and how to enable it.
Note: How Photos are cached in the browser client is determined by the cache control settings from the image source, whether the images are served from Domino, Connections, or Gravatar. This is still true when using theresolvePhotoUrlDomains setting available for Domino and described in the following table; Verse remembers the cache settings the image was served with from the original source and applies them when serving the data URI. Customers using Connections or Domino who wish to avoid having user photos stored in the browser cache can change the cache options through server settings or a proxy. Gravatar manages its own cache headers, if browser caching is unacceptable Gravatar should not be used.
|
Method |
Description |
|---|---|
|
Domino |
From Verse, users can add photos of themselves in the following ways:
Supported image types for upload are JPEG, GIF, BMP WBMP and PNG. In a Server document, the maximum allowed size of uploaded images is controlled through this setting: Internet Protocols > HTTP > HTTP Protocol Limits > Maximum size of request content. In a Web Site document, maximum allowed size is controlled through this setting: Domino Web Engine > POST Data > Maximum POST data (in kilobytes). To enable this feature, add the following setting to the server notes.ini file: To customize this feature, use the notes.ini setting
|
|
Connections |
From Verse, users can upload images from their computers or take photos to upload to their Connections profiles. This feature is enabled automatically if you configure Verse to integrate with Connections. |
|
Gravatar |
Users complete the following steps to display photos in Verse: 1. Go to www.gravatar.com. 2. Create an account using their Verse email addresses. Gravatar uses WordPress for account creation. WordPress sends emails to the users. 3. Open the WordPress emails and activate their accounts. 4. Add images to Gravatar. To use this method, add the following setting to the Domino notes.ini file: When using Gravatar, image caching is managed by the browser and the Gravatar.service. |
The following table describes which photo source is used depending on the methods enabled. Note that when Gravatar is enabled, it is always the photo source.
| Domino enabled | Connections configured | Gravatar enabled | Photo source |
|---|---|---|---|
| X | Domino | ||
| X | Connections | ||
| X | Gravatar | ||
| X | X | Connections1 | |
| X | X | Gravatar | |
| X | X | Gravatar | |
| X | X | X | Gravatar |
1 If VOP_PhotoServiceOptions=disableConnectionsPhotos=true is used, the source becomes Domino.