Extension:Gravatar/id

From Linux Web Expert

Ekstensi MediaWiki
Gravatar
Status rilis stabil
File:MediaWiki Extension Gravatar screenshot.png
Implementasi Identitas pengguna
Deskripsi Provides avatars based on the users email address, using the Gravatar.com service, or a libravatar instance.
Perancang awal Mainframe98talk
Kebijakan kompatibilitas Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki 1.35.0+
Perubahan basis data Tidak
Lisensi Tidak ada lisensi yang ditetapkan
Unduh
Readme.md
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Terjemahkan ekstensi Gravatar jika tersedia di translatewiki.net
Masalah Tugas terbuka · Laporkan kekutu
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.


Pemasangan

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/Gravatar/id</tvar>|Download]] and move the extracted <tvar name=name>Gravatar/id</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Gravatar%2Fid
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'Gravatar/id' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

Kulit yang didukung

Kebijakan privasi

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.

Konfigurasi

  • $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.