All Projects → 10up → simple-local-avatars

10up / simple-local-avatars

Licence: GPL-2.0 license
Adds an avatar upload field to user profiles. Generates requested sizes on demand just like Gravatar!

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to simple-local-avatars

center.js
Center.js is a HTML5 Canvas based library that allows you to create simple text based icons, avatars, logos, and more.
Stars: ✭ 85 (-41.38%)
Mutual labels:  avatars
avatar-privacy
GDPR-conformant avatar handling for WordPress
Stars: ✭ 15 (-89.66%)
Mutual labels:  avatars
minidenticons
Super lightweight SVG identicon (icon avatar) generator
Stars: ✭ 89 (-38.62%)
Mutual labels:  avatars
jekyll-avatar
A Jekyll plugin for rendering GitHub avatars
Stars: ✭ 79 (-45.52%)
Mutual labels:  avatars
universum-contracts
text-to-image generation gems / libraries incl. moonbirds, cyberpunks, coolcats, shiba inu doge, nouns & more
Stars: ✭ 17 (-88.28%)
Mutual labels:  avatars
wp-user-avatars
Allows registered users to upload and select their own avatars
Stars: ✭ 32 (-77.93%)
Mutual labels:  avatars
Content Generator Sketch Plugin
Sketch app plugin for generating dummy data such as avatars, names, photos, geo data etc
Stars: ✭ 4,404 (+2937.24%)
Mutual labels:  avatars
app
Web metaverse client
Stars: ✭ 115 (-20.69%)
Mutual labels:  avatars
XREngine
Immersive infrastructure for everyone. Everything you need to build and deploy scalable realtime 3D social apps and more. 🤖 🚀 👓 🚀 🕹️ 🚀 🧑🏿‍🚀
Stars: ✭ 423 (+191.72%)
Mutual labels:  avatars
Figura
Primary repo for the Figura Project
Stars: ✭ 217 (+49.66%)
Mutual labels:  avatars

Simple Local Avatars

Adds an avatar upload field to user profiles. Generates requested sizes on demand just like Gravatar!

Support Level PHPCompatibility Release Version WordPress tested up to version GPLv2 License

Features

Adds an avatar upload field to user profiles if the current user has media permissions. Generates requested sizes on demand just like Gravatar! Simple and lightweight.

Just edit a user profile, and scroll down to the new "Avatar" field. The plug-in will take care of cropping and sizing!

  1. Stores avatars in the "uploads" folder where all of your other media is kept
  2. Has a simple, native interface
  3. Fully supports Gravatar and default avatars if no local avatar is set for the user - but also allows you turn off Gravatar
  4. Generates the requested avatar size on demand (and stores the new size for efficiency), so it looks great, just like Gravatar!
  5. Let's you decide whether lower privilege users (subscribers, contributors) can upload their own avatar
  6. Enables rating of local avatars, just like Gravatar

Avatar upload field on a user profile page

Installation

  1. Install easily with the WordPress plugin control panel or manually download the plugin and upload the extracted folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. If you only want users with file upload capabilities to upload avatars, check the applicable option under Settings > Discussion
  4. Start uploading avatars by editing user profiles!

Use avatars in your theme using WordPress' built in get_avatar() function: http://codex.wordpress.org/Function_Reference/get_avatar

You can also use get_simple_local_avatar() (with the same arguments) to retreive local avatars a bit faster, but this will make your theme dependent on this plug-in.

Support Level

Active: 10up is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.

Contributing

Please read CODE_OF_CONDUCT.md for details on our code of conduct and CONTRIBUTING.md for details on the process for submitting pull requests to us.

Like what you see?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].