Title: Ravatars
Author: grokcode
Published: <strong>5 martie 2008</strong>
Last modified: 27 octombrie 2014

---

Caută module

Acest modul **nu a fost testat cu ultimele 3 versiuni importante ale WordPress**.
S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate
când este folosit cu versiuni recente ale WordPress.

![](https://s.w.org/plugins/geopattern-icon/ravatar.svg)

# Ravatars

 De [grokcode](https://profiles.wordpress.org/grokcode/)

[Descarcă](https://downloads.wordpress.org/plugin/ravatar.zip)

 * [Detalii](https://ro.wordpress.org/plugins/ravatar/#description)
 * [Recenzii](https://ro.wordpress.org/plugins/ravatar/#reviews)
 *  [Instalare](https://ro.wordpress.org/plugins/ravatar/#installation)
 * [Dezvoltare](https://ro.wordpress.org/plugins/ravatar/#developers)

 [Suport](https://wordpress.org/support/plugin/ravatar/)

## Descriere

Ravatars is a plugin that will generate and assign icons to the visitors leaving
comments at your site. The icons are based on email,
 so a given visitor will get
the same icon each time they comment. It is easy to customize the avatars so that
they match your site’s topic or theme. It also makes comment threads easier to follow
when people have memorable „faces.”

This plugin is based on Shamus Young’s Wavatars plugin.

And a shout out to Gregory Weir for bugfixes. Thanks!

Features:

 1. You can customize the avatars your site will display to match your theme. Just 
    upload source images to the
     wp-content/plugins/ravatars/parts directory. Ravatars
    will create your custom avatars by choosing a random image and then cropping a 
    random part of the image
 2. The icons are generated on-the-fly. You can adjust the desired size of the icons.
 3. Easily integrates with avatar enabled themes
 4. For easy deployment in WordPress pre 2.5, icons will automatically precede the 
    commenter’s name. You can set HTML to come directly before and after the
     icon (
    to put it inside of a <DIV> tag, for example) or you can control the placement 
    of the icons manually if you don’t mind adding a single line of PHP to your theme.
 5. The same email will result in the same Ravatar every time, assuming that the source
    images don’t change the same. If you want avatars that are unique to your site,
    all you need to do is change the source images.
 6. This plugin also supports [Gravatars](http://site.gravatar.com/). If you like, 
    it can show the Gravatar for a given user
     (if available) and fall back on their
    Ravatar only if they don’t have a Gravatar set up. This means users can choose 
    to set up a unique icon for themselves, and if they don’t, they will be assigned
    a unique Ravatar. It’s a system that lets people personalize if they want, yet 
    still provide a decent icon for the lazy or apathetic.

### Revision History

### Version 1.0.1

 * Initial release.

### Advanced Tricks

#### If you get a memory error

Image manipulation functions are very memory intensive. If you get a memory error,
try reducing the size of your source images by lowering the resolution or cropping
them into smaller parts. You can also increase PHP’s memory_limit.

#### Using ravatar_show ()

If you place Ravatars by calling ravatar_show () manually, note that you can also
specify an optional „size” argument to override the
 default. For example:

    ```
    ravatar_show($comment->comment_author_email, '160');
    ```

This would cause the Ravatar to be 160×160 pixels, even if the default was set to
some other value. You could do this to make admin icons
 larger, for example.

#### Using ravatar_get ()

If ravatar_show () STILL doesn’t give you enough control, you can call:

    ```
    ravatar_get(email, size);
    ```

And it will return the URL to the created image without writing anything to the 
page.

#### Random Ravatar Field

Put this code in your theme:

    ```
    for ($i = 0; $i < 100; $i++)
        ravatar_show ($i);
    ```

It will generate a field of 100 random ravatars, which is cool. This is how I generated
the ravatar screenshot. It’s also a great way to quickly
 test your source images.

## Capturi ecran

 * [[
 * A random selection of Ravatars using the default source images. When choosing
   your own images, you may want to pick only images of certian colors that match
   your theme. Or you may want to use only nature shots if you have a blog about
   hiking. Also take a look at my site [grok-code.com](http://grok-code.com) for
   an example of Ravatars that can be created from a different set of source images.

## Instalare

 1. [Download](http://grok-code.com/7/ravatar-wordpress-plugin-for-randam-avatars/)
    the plugin.
 2. Copy it onto your website in the wordpress `/plugins` folder. Then enable the plugin.
    That’s it. Ravatars will
     instantly appear for all posts (even old ones) on your
    blog. If you don’t like how the image looks within your theme, read on…

To change the source images, replace the files within wp-content/plugins/ravatars/
parts with your own images. Supported image types are .jpg and .png. Its hard to
say how many images you should upload. The minimum for a good set of ravatars is
probably around 40, but you will want more if you have a lot of people posting and
you want avatars to be unique for everybody. Try to get images with a lot of distinctive
elements in them.

If you are using WordPress 2.5+ you need to have an avatar enabled theme, and ravatars
will automatically show up.

If you are using WordPress pre 2.5, read on for tips on how to position ravatars
on your site.

The administration panel is under Options » Ravatars. You can adjust the size of
the Ravatars, and assign HTML to come before and
 after each image to help nudge
it into place. Each image is also set with the CSS „ravatars” class, so you can 
fine-tune the avatar position in your CSS file.

If that still doesn’t give you enough control over ravatar placement and you don’t
mind editing your theme, just turn off automatic
 placement and add the line `ravatar_show(
$comment->comment_author_email);` to your comment loop wherever you want the image
to appear.

Your mileage may vary. How it will look depends largely on your current theme.

Note that the plugin requires that your install of PHP support the GD library. If
it doesn’t, the Ravatars won’t show up and you’ll get
 a warning in the Ravatar 
admin panel. You can still use this plugin to display Gravatars, even if the GD 
library isn’t available.

## Recenzii

Nu există nicio verificare pentru acest modul.

## Contributori și dezvoltatori

„Ravatars” este un software open-source. La acest modul au contribuit următoarele
persoane.

Contributori

 *   [ grokcode ](https://profiles.wordpress.org/grokcode/)

[Tradu „Ravatars” în limba ta.](https://translate.wordpress.org/projects/wp-plugins/ravatar)

### Te interesează dezvoltarea?

[Răsfoiește codul](https://plugins.trac.wordpress.org/browser/ravatar/), vezi [depozitarul SVN](https://plugins.svn.wordpress.org/ravatar/),
sau abonează-te la [jurnalul de dezvoltare](https://plugins.trac.wordpress.org/log/ravatar/)
prin [RSS](https://plugins.trac.wordpress.org/log/ravatar/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versiunea **2.0.4**
 *  Ultima actualizare **Acum 11 ani**
 *  Instalări active: **10+**
 *  Versiune WordPress ** 2.0.2 sau mai recentă **
 *  Testat până la **2.7**
 *  Limbă
 * [English (US)](https://wordpress.org/plugins/ravatar/)
 * Etichete
 * [avatars](https://ro.wordpress.org/plugins/tags/avatars/)[comments](https://ro.wordpress.org/plugins/tags/comments/)
   [gravtars](https://ro.wordpress.org/plugins/tags/gravtars/)[icons](https://ro.wordpress.org/plugins/tags/icons/)
   [posts](https://ro.wordpress.org/plugins/tags/posts/)
 *  [Vizualizare avansată](https://ro.wordpress.org/plugins/ravatar/advanced/)

## Evaluări

Nu a fost trimisă nicio recenzie până acum.

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

[Vezi toate recenziile](https://wordpress.org/support/plugin/ravatar/reviews/)

## Contributori

 *   [ grokcode ](https://profiles.wordpress.org/grokcode/)

## Suport

Ai ceva de zis? Ai nevoie de ajutor?

 [Vezi forumul pentru suport](https://wordpress.org/support/plugin/ravatar/)

## Donează

Vrei să sprijini dezvoltarea acestui modul?

 [ Donează pentru acest modul ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=jess%40grok%2dcode%2ecom&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8)