Beschreibung
Fügt den Benutzerprofilen ein Avatar-Upload-Feld hinzu, wenn der aktuelle Benutzer über Medienberechtigungen verfügt. Erzeugt die gewünschten Größen auf Anfrage, genau wie Gravatar! Einfach und leicht.
Bearbeite einfach ein Benutzerprofil und scrolle zum neuen Feld „Avatar“. Das Plugin kümmert sich um das Zuschneiden und die Größenanpassung!
- Stores avatars in the „uploads“ folder where all of your other media is kept.
- Has a simple, native interface.
- Fully supports Gravatar and default avatars if no local avatar is set for the user – but also allows you turn off Gravatar.
- Erzeugt bei Bedarf die gewünschte Avatargröße (und speichert die neue Größe aus Effizienzgründen), so dass sie gut aussieht, genau wie Gravatar!
- Lets you decide whether lower privilege users (subscribers, contributors) can upload their own avatar.
- Enables rating of local avatars, just like Gravatar.
Installation
- Einfache Installation über das WordPress-Plugin-Bedienfeld oder manuelles Herunterladen des Plugins und Hochladen des extrahierten Ordners in das Verzeichnis
/wp-content/plugins/
. - Aktiviere das Plugin über das Plugins-Menü in WordPress
- Wenn Du möchtest, dass nur Benutzer mit Datei-Upload-Berechtigung Avatare hochladen können, aktiviere die entsprechende Option unter Einstellungen > Diskussion
- Starte das Hochladen von Avataren, durch bearbeiten der Benutzerprofile!
Verwende Avatare in deinem Theme mithilfe der eingebauten get_avatar()
Funktion von WordPress: https://codex.wordpress.org/Function_Reference/get_avatar
You can also use get_simple_local_avatar()
(with the same arguments) to retrieve local avatars a bit faster, but this will make your theme dependent on this plug-in.
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.
Rezensionen
Mitwirkende & Entwickler
„Simple Local Avatars“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Mitwirkende„Simple Local Avatars“ wurde in 21 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.
Übersetze „Simple Local Avatars“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
2.8.4 – 2025-07-14
- Changed: Don’t resize image if the full version already has the expected height/width (props @ocean90, @jeffpaul, @faisal-alvi via #324).
- Changed: Bump WordPress „tested up to“ version 6.8 (props @qasumitbagthariya, @dkotter, @jeffpaul via #332, #334).
- Changed: Bump WordPress minimum from 6.5 to 6.6 (props @qasumitbagthariya, @dkotter, @jeffpaul via #332, #334).
- Security: Bump
@sentry/node
from 8.38.0 to 8.52.0 (props @dependabot, @faisal-alvi via #325). - Security: Bump
axios
from 1.7.7 to 1.8.4 (props @dependabot, @faisal-alvi via #330). - Security: Bump
tar-fs
from 3.0.6 to 3.0.9 (props @dependabot, @faisal-alvi via #331, #336). - Security: Bump
http-proxy-middleware
from 2.0.7 to 2.0.9 (props @dependabot, @peterwilsoncc via #335).
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
2.8.0 – 2024-11-12
Note that this release bumps the minimum required version of WordPress from 6.4 to 6.5.
- Added: Support for the WordPress.org plugin preview (props @faisal-alvi, @jeffpaul via #297).
- Changed: Update PHP compatibility check to use
10up/wp-compat-validation-tool
(props @Sidsector9, @jeffpaul, @faisal-alvi via #291). - Changed: Bump WordPress „tested up to“ version 6.7 (props @sudip-md, @jeffpaul, @dkotter via #310, #312).
- Changed: Bump WordPress minimum supported version to 6.5 (props @sudip-md, @jeffpaul, @dkotter via #310, #312).
- Fixed: Ensure all strings are properly translated (props @pedro-mendonca, @dkotter via #295).
- Fixed: Properly handle malformed
simple_local_avatar
user data (props @adekbadek, @dkotter, @faisal-alvi via #302). - Security: Run a user capability check before we clear the avatar cache (props @dkotter, @truonghuuphuc, @Sidsector9 via #309).
- Security: Ensure REST API requests to set an avatar only allow existing attachment IDs to be used (props @dkotter, @justus12337, @faisal-alvi via GHSA-wfjh-m788-w2c5).
- Security: Bump
axios
from 1.6.7 to 1.7.4 (props @dependabot, @faisal-alvi via #298). - Security: Bump
webpack
from 5.90.0 to 5.94.0 (props @dependabot, @faisal-alvi via #303). - Security: Bump
ws
from 7.5.10 to 8.18.0 and@wordpress/scripts
from 27.1.0 to 30.4.0 (props @dependabot, @faisal-alvi via #305, #311). - Security: Bump
body-parser
from 1.20.2 to 1.20.3,express
from 4.19.2 to 4.21.0,send
from 0.18.0 to 0.19.0 andserve-static
from 1.15.0 to 1.16.2 (props @dependabot, @faisal-alvi via #306).