Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Avatar Manager

Descrizione

Avatar Manager for WordPress is a sweet and simple plugin for storing avatars locally and more. Easily.

Enhance your WordPress website by letting your users choose between using Gravatar or a self-hosted avatar image right from their profile screen. Improved workflow, on-demand image generation and custom user permissions under a native interface. Say hello to the Avatar Manager plugin.

Help Preserve this Project

Want to support this project for continued development and freely available for everyone? Here’s how you can help preserve Avatar Manager:

  • Get involved. Contribute a patch or help resolving an existing issue or confirmed feature request, or submit a translation.
  • Suggest adding to core. Whether you find Avatar Manager a good fit for WordPress core your feedback can help make a difference.
  • Add your own review. Let others know how was your experience using Avatar Manager.
  • Make a donation. Keep me motivated with a candy bar or a theater ticket. Is that simple.

Avatar Manager is a user-driven project, and all developments and enhancements depend on users like you! Become a contributor or make a donation, and get your name featured in front of a growing audience.

Thank you for choosing to contribute to Avatar Manager!

Contribuire

Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher. Please submit all pull requests against development branches.

How It’s Made

Find out how Avatar Manager it’s made on Tuts+ Code.

Autori

Cătălin Dogaru

  • https://profiles.wordpress.org/cdog
  • https://github.com/cdog

Contribuenti

Avatar Manager is brought to you by these fine folks.

Artem Frolov,
Brice Capobianco,
Guy Steyaert,
Johan Steen,
Lucas Uzan,
Mateus Neves,
Maura Montero D.,
Pieter Goosen,
Samantha Muthiah,
Snowboard Mommy

Copyright and License

Copyright © 2021 Cătălin Dogaru

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Screenshot

Installazione

Installation is simple as peas.

  1. Install Avatar Manager either via the WordPress.org plugin directory, or by uploading the files to your server.
  2. After activating Avatar Manager, you will be able to customize the plugin options under the Settings Discussion Screen.
  3. That’s it. You’re ready to go!

FAQ

Can I choose between my Gravatar and my custom avatar?

Yes, you can choose between your Gravatar and your custom avatar under the Users Your Profile Screen.

Can I choose a rating for my custom avatar?

Yes, you can choose a rating for your custom avatar under the Users Your Profile Screen.

Can low privileged users upload their own avatar?

Yes, you can enable this feature under the Settings Discussion Screen.

Can I add the self-hosted avatars to my template files?

Yes, you can add the self-hosted avatars to your template files by using the WordPress built-in get_avatar() function to retrieve the avatar for a user who provided a user ID or email address.

Can I create a default custom avatar?

Yes, you can easily add your own by adding a filter to the avatar_defaults hook. After uploading the new image to your theme files, add this to your theme’s function.php file:

<?php
function custom_avatar_defaults ( $avatar_defaults ) {
    $avatar_url = get_bloginfo( 'template_directory' ) . '/images/avatar-default.png';
    $avatar_defaults[$avatar_url] = __( 'Custom Default Avatar', 'mytextdomain' );

    return $avatar_defaults;
}

add_filter( 'avatar_defaults', 'custom_avatar_defaults' );
?>

Now, go to Settings Discussion Screen and select your new avatar from the list.

Recensioni

20 Dicembre 2023
First off great that this plugin works, doesn’t cause download of huge images to display as small avatars and seems to work well 🙂 I like that it supports gravatar as a default. I'm not sure it is still supported but if it is, it needs to have at least meta data updated so everything doesn't point to moved pages and needs to be marked as tested in release 6.4.2 or so...
12 Giugno 2023
Plugin works just as intended, but we need to remove due to no updates, not marked supported for WP 6.2 and newer PHP versions etc. Will the plugin get any more updates?
17 Agosto 2021 6 risposte
Much appreciated Avatar Manager... until after a recent update, it caused a strange effect in our User Submitted Posts. (USP Pro) What happened was, logged in users were no longer able to submit the posts. Only NON-logged in users could submit posts, which is of course just the opposite to what we want. Thanks Avatar Manager, sorry to leave you; it was great whilst it lasted! Cheers, Marjoline
30 Giugno 2021
This is an excellent plugin. I use it on all of my sites that have posts that show the author. It is magic! Thank you to all who contributed. P.S. I love the octopus logo.
28 Gennaio 2020 2 risposte
We are able to add avatar in user edit screen, but there are no options on Settings > Discussion page so you might want to fix that. Def nice to have option of not using Gravatar, which no longer works.
Leggi tutte le recensioni di 40

Contributi e sviluppo

“Avatar Manager” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“Avatar Manager” è stato tradotto in 9 lingue. Grazie ai traduttori per i loro contributi.

Traduci “Avatar Manager” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.6.1

  • Updated minified files.
  • Grunt tasks.
  • Mexican Spanish localization.
  • Miglioramenti minori.

1.6.0

  • Media Library support.
  • Action and filter hooks.
  • Brazilian Portuguese localization.
  • French localization.
  • Major bug fixes.

1.5.1

  • Minified script files.
  • Miglioramenti minori.

1.5.0

  • Multisite support.
  • Dutch localization.
  • Afrikaans localization.

1.4.0

  • Front-end support.
  • Russian localization.
  • Miglioramenti minori.

1.3.0

  • XML-RPC support.
  • Miglioramenti minori.

1.2.2

  • Miglioramenti minori.

1.2.1

  • Action and filter hooks.

1.2.0

  • Media states.

1.1.0

  • Romanian localization.
  • Miglioramenti minori.

1.0.0

  • Initial release.