Your theme might be incompatible with WP hooks so it won't display AVrAmTAR avatars. In other words, you need to modify your theme so it can show avatars. You can do that in few simple steps:
/wp-content/themes/YOURTHEME/header.php file and find <head> tag (it might be <head something something..>. /wp-content/themes/YOURTHEME/comments.php file and find: <?php comment_text() ?>Open /wp-content/plugins/avramtar/avramtar_wp.js and around line 9 find "var _resizeWidth = 65;"
Change the number (default: 65) to the width (in pixels) you need. The height of each avatar will be automatically
resized to constraint proportions of image.
If you want to define height of avatars and width to be automatically resized, then change value of _resizeWidth to 'auto' (with apostrophes) and change value of _resizeHeight to the height (in pixels) you want (w/out apostrophes).
If you want to define both width and height (not recommended) then change both values for _resizeWidth and _resizeHeight to the values (in pixels) you want (w/out apostrophes).
After that, save and re-upload file avramtar_wp.js
Open /wp-content/plugins/avramtar/avramtar.php and around line 33 find "function avramtar_wp($default = '') {"
and then insert full URL to your custom avatar between apostrophes. You will get something like function avramtar_wp($default = 'http://mydomain.net/default-avatar.gif') {
Then save and re-upload file avramtar.php
Yes, I know, in most cases it does mess up blog in IE6. That's because of tableless design of your blog, and IE just can't handle tableless design without support for CSS2. So, enable CSS2 in IE6. How? Easy! Use set of javascripts found here (http://code.google.com/p/ie7-js/) and add them to the header of your blog and everything should be fine.
Yes, it does have avatars powered by Gravatar. But this plugin was made before WP 2.5 and it enables dynamic avatars from www.avramtar.com - with each refresh you get different avatar. That's more fun :-)




