Title: Avatar Manager
Author: Cătălin Dogaru
Published: <strong>29. 1. 2013</strong>
Last modified: 2. 2. 2021

---

Prohledat pluginy

![](https://ps.w.org/avatar-manager/assets/banner-772x250.png?rev=2461930)

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

![](https://ps.w.org/avatar-manager/assets/icon-256x256.png?rev=1979607)

# Avatar Manager

 Autor: [Cătălin Dogaru](https://profiles.wordpress.org/cdog/)

[Stáhnout](https://downloads.wordpress.org/plugin/avatar-manager.1.6.1.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/avatar-manager/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/avatar-manager/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/avatar-manager/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/avatar-manager/#developers)

 [Podpora](https://wordpress.org/support/plugin/avatar-manager/)

## Popis

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.**](https://github.com/resourcestream/avatar-manager#contributing)
   Contribute a patch or help resolving an existing issue or confirmed feature request,
   or submit a translation.
 * [**Suggest adding to core.**](https://core.trac.wordpress.org/ticket/16020) Whether
   you find Avatar Manager a good fit for WordPress core your feedback can help 
   make a difference.
 * [**Add your own review.**](https://wordpress.org/support/view/plugin-reviews/avatar-manager#postform)
   Let others know how was your experience using Avatar Manager.
 * [**Make a donation.**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SMKJZHX7G3VQS)
   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](https://wordpress.org/plugins/avatar-manager/stats/).

_Thank you for choosing to contribute to Avatar Manager!_

#### Contributing

Have a bug or a feature request? Please [open a new issue](https://github.com/resourcestream/avatar-manager/issues).
Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines),
written by [Nicolas Gallagher](https://github.com/necolas/). Please submit all pull
requests against development branches.

 * [Avatar Manager on GitHub](https://github.com/resourcestream/avatar-manager)

#### How It’s Made

Find out how Avatar Manager it’s made on [Tuts+ Code](http://code.tutsplus.com/series/how-to-create-a-wordpress-avatar-management-plugin-from-scratch--wp-33866).

#### Authors

**Cătălin Dogaru**

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

#### Spolupracovníci

Avatar Manager is brought to you by these fine folks.

[Artem Frolov](https://profiles.wordpress.org/dikiy_forester),
 [Brice Capobianco](https://profiles.wordpress.org/brikou),
[Guy Steyaert](https://profiles.wordpress.org/ideos), [Johan Steen](https://profiles.wordpress.org/artstorm),
[Lucas Uzan](https://profiles.wordpress.org/wiiz83), [Mateus Neves](https://profiles.wordpress.org/mateusneves),
[Maura Montero D.](https://profiles.wordpress.org/modima65), [Pieter Goosen](https://profiles.wordpress.org/pietergoosen),
[Samantha Muthiah](https://profiles.wordpress.org/schm168), [Snowboard Mommy](https://profiles.wordpress.org/snowboardmommy)

#### 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.

## Snímky obrazovky

[⌊Avatar Manager options under the Settings Discussion Screen.⌉⌊Avatar Manager options
under the Settings Discussion Screen.⌉[

Avatar Manager options under the [Settings Discussion Screen](https://codex.wordpress.org/Settings_Discussion_Screen).

[⌊Avatar Manager options under the Users Your Profile Screen.⌉⌊Avatar Manager options
under the Users Your Profile Screen.⌉[

Avatar Manager options under the [Users Your Profile Screen](https://codex.wordpress.org/Users_Your_Profile_Screen).

[⌊Avatar Manager options under the Users Your Profile Screen.⌉⌊Avatar Manager options
under the Users Your Profile Screen.⌉[

Avatar Manager options under the [Users Your Profile Screen](https://codex.wordpress.org/Users_Your_Profile_Screen).

## Instalace

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](https://codex.wordpress.org/Settings_Discussion_Screen).
 3. That’s it. You’re ready to go!

## Nejčastější dotazy

### 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](https://codex.wordpress.org/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](https://codex.wordpress.org/Users_Your_Profile_Screen).

### Can low privileged users upload their own avatar?

Yes, you can enable this feature under the [Settings Discussion Screen](https://codex.wordpress.org/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()`](https://codex.wordpress.org/Function_Reference/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](https://codex.wordpress.org/Settings_Discussion_Screen)
and select your new avatar from the list.

## Recenze

![](https://secure.gravatar.com/avatar/6cfc8c01f1ea3a75ec6f7dba8f2a014ef4cca4fd63a50fb3c8772e492e472ecc?
s=60&d=retro&r=g)

### 󠀁[Works in WP 6.4.2, Not sure is Still Supported](https://wordpress.org/support/topic/works-in-wp-6-4-2-not-sure-is-still-supported/)󠁿

 [Dennis Bareis](https://profiles.wordpress.org/dbareis/) 20. 12. 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…

![](https://secure.gravatar.com/avatar/f2dbfa9168dab27955e5b71744da44875df333d73135bc55be39136a2fe190ca?
s=60&d=retro&r=g)

### 󠀁[So sad, I had to deactivate Avatar Manager](https://wordpress.org/support/topic/so-sad-i-had-to-deactivate-avatar-manager/)󠁿

 [Marjoline](https://profiles.wordpress.org/marjoline/) 17. 8. 2021 6 odpovědí

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

![](https://secure.gravatar.com/avatar/cc02631d6b15bd41eeca91f4ef089c815f847849df0c6d3ecd5459e92858d9f5?
s=60&d=retro&r=g)

### 󠀁[Very useful plugin, thank you!](https://wordpress.org/support/topic/very-useful-plugin-thank-you-7/)󠁿

 [fiftin](https://profiles.wordpress.org/fiftin/) 30. 7. 2021

Very useful plugin, thank you!

![](https://secure.gravatar.com/avatar/efa53fc62001c5d5dbf912bcc69220a1569399e46d599d59135e6caaecdcfd7e?
s=60&d=retro&r=g)

### 󠀁[Excellent plugin](https://wordpress.org/support/topic/excellent-plugin-7198/)󠁿

 [newsblaze](https://profiles.wordpress.org/newsblaze/) 30. 6. 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.

![](https://secure.gravatar.com/avatar/2f2ed81298ea658faa14221fffc3cc5846a95bc3be01e37c07fb6f3056f94b4c?
s=60&d=retro&r=g)

### 󠀁[Not all features work.](https://wordpress.org/support/topic/not-all-features-work-2/)󠁿

 [rockethead2](https://profiles.wordpress.org/rockethead2/) 28. 1. 2020 2 odpovědi

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.

![](https://secure.gravatar.com/avatar/eee571a58a5889c9f435e8bfd38fc6beb12359864a4bbdfe02ea066100a86bfa?
s=60&d=retro&r=g)

### 󠀁[Great!](https://wordpress.org/support/topic/great-9604/)󠁿

 [wndrlstuser](https://profiles.wordpress.org/wndrlstuser/) 22. 4. 2019

Thanks for this plugin. Very helpful!

 [ Přečtěte si všech 40 recenzí ](https://wordpress.org/support/plugin/avatar-manager/reviews/)

## Autoři

Avatar Manager je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

 *   [ Cătălin Dogaru ](https://profiles.wordpress.org/cdog/)

Plugin „Avatar Manager“ byl přeložen do 11 jazyků. Děkujeme všem [překladatelům](https://translate.wordpress.org/projects/wp-plugins/avatar-manager/contributors)
za jejich pomoc.

[Přeložte “Avatar Manager” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/avatar-manager)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/avatar-manager/), podívejte
se do [SVN repozitáře](https://plugins.svn.wordpress.org/avatar-manager/), nebo 
se přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/avatar-manager/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/avatar-manager/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 1.6.1

 * Updated minified files.
 * Grunt tasks.
 * Mexican Spanish localization.
 * Minor bug fixes.

#### 1.6.0

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

#### 1.5.1

 * Minified script files.
 * Minor bug fixes.

#### 1.5.0

 * Multisite support.
 * Dutch localization.
 * Afrikaans localization.

#### 1.4.0

 * Front-end support.
 * Russian localization.
 * Minor bug fixes.

#### 1.3.0

 * XML-RPC support.
 * Minor bug fixes.

#### 1.2.2

 * Minor bug fixes.

#### 1.2.1

 * Action and filter hooks.

#### 1.2.0

 * Media states.

#### 1.1.0

 * Romanian localization.
 * Minor bug fixes.

#### 1.0.0

 * Initial release.

## Meta

 *  Verze **1.6.1**
 *  Poslední aktualizace **před 5 roky**
 *  Aktivních instalací **5 000+**
 *  Verze WordPressu ** 3.5 nebo novější **
 *  Testováno až do WordPressu **5.6.17**
 *  Jazyky
 * [Danish](https://da.wordpress.org/plugins/avatar-manager/), [Dutch](https://nl.wordpress.org/plugins/avatar-manager/),
   [English (US)](https://wordpress.org/plugins/avatar-manager/), [Italian](https://it.wordpress.org/plugins/avatar-manager/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/avatar-manager/), [Spanish (Colombia)](https://es-co.wordpress.org/plugins/avatar-manager/),
   [Spanish (Ecuador)](https://es-ec.wordpress.org/plugins/avatar-manager/), [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/avatar-manager/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/avatar-manager/), [Spanish (Venezuela)](https://ve.wordpress.org/plugins/avatar-manager/),
   [Swedish](https://sv.wordpress.org/plugins/avatar-manager/) a [Ukrainian](https://uk.wordpress.org/plugins/avatar-manager/).
 *  [Přeložte do vašeho jazyka](https://translate.wordpress.org/projects/wp-plugins/avatar-manager)
 * Štítků
 * [avatars](https://cs.wordpress.org/plugins/tags/avatars/)[gravatar](https://cs.wordpress.org/plugins/tags/gravatar/)
   [profile](https://cs.wordpress.org/plugins/tags/profile/)[users](https://cs.wordpress.org/plugins/tags/users/)
   [xml-rpc](https://cs.wordpress.org/plugins/tags/xml-rpc/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/avatar-manager/advanced/)

## Hodnocení

 4.9 z 5 hvězdiček.

 *  [  36 5hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/avatar-manager/reviews/?filter=5)
 *  [  1 4hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/avatar-manager/reviews/?filter=4)
 *  [  2 3hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/avatar-manager/reviews/?filter=3)
 *  [  0 2hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/avatar-manager/reviews/?filter=2)
 *  [  0 1hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/avatar-manager/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/avatar-manager/reviews/#new-post)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/avatar-manager/reviews/)

## Spolupracovníci

 *   [ Cătălin Dogaru ](https://profiles.wordpress.org/cdog/)

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/avatar-manager/)

## Dary

Chtěli byste podpořit vývoj tohoto pluginu?

 [ Přispět na tento plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SMKJZHX7G3VQS)