사용자가 자신의 사진을 추가할 수 있도록 하기

사용자가 Domino, Connections 또는 Gravatar 서비스를 통해 자신의 사진을 추가하도록 허용할 수 있습니다.

이 작업 정보

다음 표에서는 각 방법과 이를 활성화하는 방법을 설명합니다.
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 the resolvePhotoUrlDomains 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.
방법 설명
도미노 패
From Verse, users can add photos of themselves in the following ways:
  • 컴퓨터에서 이미지를 업로드하거나 자신의 사진을 찍어 업로드하세요. 이미지는 Domino 디렉토리에 있는 개인 문서의 기본 탭에 저장됩니다. 업로드된 이미지의 URL은 기타 탭의 사진 URL 필드에도 추가됩니다.
  • 기타 탭의 사진 URL 필드에 추가된 이미지에 대한 URL을 제공합니다. URL은 추가 인증이 필요하지 않거나 Domino 서버와 동일한 SSO 도메인에 있는 웹 이미지 리소스에 대한 것이어야 합니다.

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).

이 기능을 활성화하려면 서버 Notes.ini 파일에 VOP_GK_FEATURE_230=1 설정을 추가하세요.

이 기능을 사용자 정의하려면 Notes.ini 설정 VOP_PhotoServiceOptions를 사용하고 쉼표로 구분된 목록에 다음 옵션 중 하나를 지정하십시오.

  • 비활성화ConnectionsPhotos . Connections 와 통합하는 경우, 사진 관리에 Domino를 사용하려면 비활성화ConnectionsPhotos=true를 사용하세요. 그렇지 않으면 사진은 Connections 프로필을 통해 계속 제어됩니다.
  • maxCacheEntries=<positive, non-zero integer> Specifies the maximum number of cache entries used for caching responses. The default is 250.
  • cacheValidationMinutes=<positive integer> Specifies the number of minutes that cached entries can be reused before they are considered to be stale and need to be re-validated. The default is 180 (3 hours).
  • resolvePhotoUrlDomains=<string>. Specifies the domains of photo URLs that should be resolved by the server to data URIs. Use this option when you have a photo server that is behind a firewall and is not accessible from the internet. Separate domains with |. Wildcard characters * and ? are supported and a leading . is used to match sub-domains. Note that this option applies only to photos hosted externally to Domino. Photos served from the specified domains are expected to be thumbnail size and there is a 100 KB size limit for converting a photo to a data URI.
  • 비활성화링크URL=true . 사용자 메뉴에서 내 사진 변경을 선택할 때 나타나는 사진 부스 에서 이미지 링크 옵션을 비활성화합니다.
VOP_PhotoServiceOptions 예:
  • VOP_PhotoServiceOptions=disableConnectionsPhotos=true
  • VOP_PhotoServiceOptions=resolvePhotoUrlDomains=.boston.renovations.com|.taiwan.renovations.com
  • VOP_PhotoServiceOptions=maxCacheEntries=500,cacheValidationMinutes=200
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.
그라바타 Users complete the following steps to display photos in Verse:
  1. www.gravatar.com으로 이동하세요.
  2. Verse 이메일 주소를 사용하여 계정을 만드십시오. Gravatar는 계정 생성을 위해 WordPress를 사용합니다. WordPress는 사용자에게 이메일을 보냅니다.
  3. WordPress 이메일을 열고 계정을 활성화하세요.
  4. Gravatar에 이미지를 추가하세요.

이 방법을 사용하려면 Domino Notes.ini 파일에 VOP_GK_FEATURE_182=1 설정을 추가하세요.

Gravatar를 사용할 때 이미지 캐싱은 브라우저와 Gravatar.service에 의해 관리됩니다.

다음 표에서는 활성화된 방법에 따라 어떤 사진 소스가 사용되는지 설명합니다. Gravatar가 활성화되면 항상 사진 소스가 됩니다.

도미노 활성화됨 구성된 Connections 그라바타 활성화됨 사진 출처
엑스 도미노 패
엑스 Connections
엑스 그라바타
엑스 엑스 Connections1
엑스 엑스 그라바타
엑스 엑스 그라바타
엑스 엑스 엑스 그라바타

1 VOP_PhotoServiceOptions=disableConnectionsPhotos=true를 사용하는 경우 소스는 Domino가 됩니다.