Extension:Gravatar

This page is a translated version of the page Extension:Gravatar and the translation is 60% complete.
MediaWiki 拡張機能マニュアル
Gravatar
リリースの状態: 安定
実装 利用者識別
説明 Provides avatars based on the users email address, using the Gravatar.com service, or a libravatar instance.
作者 Mainframe98トーク
互換性の方針 MediaWiki とともにリリースされるスナップショット。 master には後方互換性がありません。
MediaWiki 1.35.0+
データベースの変更 いいえ
ライセンス MIT ライセンス
ダウンロード
Readme.md
  • $wgGravatarDefaultAvatar
  • $wgGravatarIgnoredSkins
  • $wgGravatarServer
  • $wgGravatarAcceptedAvatarRating
Quarterly downloads 3 (Ranked 144th)
translatewiki.net で翻訳を利用できる場合は、Gravatar 拡張機能の翻訳にご協力ください
問題点 未解決のタスク · バグを報告
There was an extension with the same name that was unmaintained since 2008, never moved to git and was archived in 2016. Archived extension.

The Gravatar extension provides avatars based on the user's email address, using the Gravatar.com service, or a libravatar instance.


インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のGravatarという名前のディレクトリ内に配置します。
    開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Gravatar
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    wfLoadExtension( 'Gravatar' );
    
  •   完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。

Supported skins

Privacy concerns

The use of gravatar avatars is guarded by the gravatar-use-gravatar preference. Users have to explicitly opt-in to allow their email address to be used for retrieving an avatar.

Site administrators should not set gravatar-use-gravatar to true in $wgDefaultUserOptions , unless users have non-personal email addresses set, or a gravatar proxy is active. In that case, disabling the user preference through $wgHiddenPrefs might be desirable, as the Gravatar privacy policy no longer applies.

設定

  • $wgGravatarServer - This setting specifies the avatar service to connect to. By default, this is //gravatar.com.
  • $wgGravatarDefaultAvatar - This setting controls the default avatar for users who have not opted-in or have no valid email address set. It can either be the url to an image, or one of the keywords supported by gravatar.
  • $wgGravatarAcceptedAvatarRating - This setting controls the rating that avatars should have.
  • $wgGravatarIgnoredSkins - This setting allows excluding certain skins from having the user's avatar displayed in the interface.