Simple Local Avatars

説明

現在のユーザーがメディア権限を持っている場合、アバターアップロードフィールドをユーザープロフィールへ追加します。Gravatar のように、要求されたサイズをオンデマンドで生成します ! シンプルで軽量です。

ユーザープロフィールを編集で、新しい「アバター」フィールドまで下にスクロールするだけです。プラグインはトリミングとサイズ変更を処理します !

  1. 他のすべてのメディアが保持される「アップロード」フォルダーにアバターを保存します。
  2. シンプルなネイティブインターフェイスを備えています。
  3. ユーザーにローカルアバターが設定されていない場合は、Gravatar とデフォルトのアバターを完全にサポートしますが、Gravatar をオフにすることもできます。
  4. 必要に応じて要求されたアバターサイズを生成します (そして、効率のために新しいサイズを保存します)。
  5. 権限の低いユーザー (購読者、寄稿者) が自分のアバターをアップロードできるかどうかを決定できます。
  6. Gravatar と同様に、ローカルアバターの評価を有効にします。

スクリーンショット

  • ユーザープロフィールページのアバターアップロードフィールド

インストール

  1. WordPress プラグインコントロールパネルを使用して簡単にインストールするか、プラグインを手動でダウンロードして、抽出したフォルダーを /wp-content/plugins/ ディレクトリにアップロードします。
  2. WordPress の「プラグイン」メニューからプラグインを有効化してください
  3. ファイルアップロード機能を持つユーザーのみがアバターをアップロードできるようにする場合は、「設定」 > 「ディスカッション」で該当するオプションをオンにします。
  4. ユーザープロフィールを編集して、アバターのアップロードを開始しましょう !

WordPress に組み込まれている get_avatar() 関数を使用して、テーマでアバターを使用します: https://developer.wordpress.org/reference/functions/get_avatar/

get_simple_local_avatar() (同じ引数を使用) を使用して、ローカル アバターを少し高速に取得することもできますが、これにより、テーマがこのプラグインに依存するようになります。

FAQ

Does Simple Local Avatars collect personal data of website visitors?

No. Simple Local Avatars neither collects, stores, nor sends any PII data of visitors or avatar users on the host site or to 10up or other services.

評価

2024年11月4日 1 reply
SIMPLE solution to the GDPR issue with WordPress Gravatars. I usually set up a default avatar for guests and allow users to use their own. Keep it up!
2024年9月9日 1 reply
No issues here. Works fine, just make sure to have Avatars on in the Setting > Discussion.
2024年8月2日 1 reply
works fine for me, thank you dev team
87件のレビューをすべて表示

貢献者と開発者

Simple Local Avatars はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Simple Local Avatars” は20ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Simple Local Avatars” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

2.8.3 – 2024-11-18

  • Changed: Only allow images that were uploaded by the same user be used when setting the avatar via a REST request (props @dkotter, @justus12337, @faisal-alvi via #317).
  • Fixed: Only allow image files to be set as the avatar in REST requests (props @dkotter, @justus12337, @faisal-alvi via #317).
  • Security: Bump @10up/cypress-wp-utils from 0.2.0 to 0.4.0, @sentry/node from 6.19.7 to 8.38.0, @wordpress/env from 9.2.0 to 10.11.0, cypress from 13.2.0 to 13.15.2, cypress-mochawesome-reporter from 3.6.0 to 3.8.2, puppeteer-core from 23.3.0 to 23.8.0 (props @dkotter via #319).

2.8.2 – 2024-11-12

  • Fixed: Ensure dependencies are (actually) included properly in the release (props @dkotter via #316).

2.8.1 – 2024-11-12

  • Fixed: Ensure dependencies are included properly in the release (props @dkotter via #315).

2.8.0 – 2024-11-12

Note that this release bumps the minimum required version of WordPress from 6.4 to 6.5.

2.7.11 – 2024-07-18

Note that this release bumps the minimum required version of WordPress from 6.3 to 6.4.

2.7.10 – 2024-05-24

2.7.9 – 2024-05-14

2.7.8 – 2024-05-08

Note that this release bumps the minimum required version of WordPress from 5.7 to 6.3.

2.7.7 – 2023-12-13

2.7.6 – 2023-11-30

View historical changelog details here.