이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Avatar Manager

설명

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!

Contributing

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.

Authors

Cătălin Dogaru

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

기여자

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.

스크린샷

설치

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.

후기

2023년 12월 20일
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…
2023년 6월 12일
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?
2021년 8월 17일 답글 6개
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
2021년 6월 30일
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.
2020년 1월 28일 답글 2개
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.
모든 40 평가 읽기

기여자 & 개발자

“Avatar Manager”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Avatar Manager”(이)가 11 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Avatar Manager”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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.