该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Custom Avatars

描述

The Custom Avatars plugin allows you to give visitors a custom avatar theme if they don’t have a Gravatar. It was developed by iElectrify and Fahd Murtaza.

Simply install the Custom Avatars plugin by following these steps:

  1. Upload the ‘custom-avatars’ folder to the ‘/wp-content/plugins/’ directory of your WordPress installation.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

If your WordPress theme does not support avatars (which is rare), you can manually add the following snippet of code where you want the avatars to appear:

<?php get_avatar(); ?>

Avatars should be sized at 48×48 pixels. You can use a free graphics viewer/resizer such as IrfanView (available at www.irfanview.com) to resize your avatars. For themed icons that are free for personal and commercial use, visit www.iconfinder.net.

Once you have your avatars ready, upload them to the ‘custom-avatars/images’ folder in your WordPress plugins area. That’s it! Enjoy!

Features:

Allow your visitors to:
* Use custom random avatars instead of the default Gravatars.

Troubleshooting:

If you encounter any issues with this plugin, please send an email to info@fahdmurtaza.com or post on the WordPress support forum for this plugin.

安装

Manual Installation:

Thank you for downloading the Custom Avatars plugin. This plugin allows you to give visitors a custom avatar theme if they don’t have a Gravatar.

  1. Upload the ‘custom-avatars’ folder to the ‘/wp-content/plugins/’ directory of your WordPress installation.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

If your WordPress theme does not support avatars (which is rare), you can manually add the following snippet of code where you want the avatars to appear:

<?php get_avatar(); ?>

Avatars should be sized at 48×48 pixels. You can use a free graphics viewer/resizer such as IrfanView (available at www.irfanview.com) to resize your avatars. For themed icons that are free for personal and commercial use, visit www.iconfinder.net.

Once you have your avatars ready, upload them to the ‘custom-avatars/images’ folder in your WordPress plugins area. That’s it! Enjoy!

Installation through WordPress Dashboard:

  1. Go to ‘Plugins’ -> ‘Add New’ in your WordPress dashboard.
  2. Search for ‘Custom Avatars’.
  3. Click ‘Install Now’ for the ‘Custom Avatars’ plugin.
  4. Activate the plugin through the ‘Plugins’ menu in WordPress.

If your WordPress theme does not support avatars (which is rare), you can manually add the following snippet of code where you want the avatars to appear:

<?php get_avatar(); ?>

Avatars should be sized at 48

x48 pixels. You can use a free graphics viewer/resizer such as IrfanView (available at www.irfanview.com) to resize your avatars. For themed icons that are free for personal and commercial use, visit www.iconfinder.net.

Once you have your avatars ready, upload them to the ‘custom-avatars/images’ folder in your WordPress plugins area. That’s it! Enjoy!

常见问题

How does it work?

The Custom Avatars plugin allows your users to use custom random avatars.

What if I have a suggestion?

Please post your suggestions in the plugin forum, and I will get back to you.

What if I need commercial help?

For commercial assistance, you can contact any of the developers at www.ielectrify.com or www.fahdmurtaza.com.

评价

此插件暂无评价。

贡献者及开发者

“Custom Avatars” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Custom Avatars”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.2 (May 29, 2023)

  • Added compatibility for WordPress 6.2.2.
  • Updated tags and tested up to version for repository search ease.
  • Refactored the plugin code to adhere to WordPress coding standards and best practices.
  • Prefixed function variables with ‘wpca_’ to follow naming conventions.
  • Reorganized the installation instructions for better clarity.
  • Updated the readme file with the latest installation instructions and information.
  • Applied missing standards for WordPress plugin development.
  • Improved the overall code readability and formatting.

1.1

No functional changes. Only added new tags for repository search ease.

1.0

Initial plugin release. (01/12/12)