Hi cheesemasterdan,
Your plugin does just what I was looking for and from I've seen on your site, it works fine. However, I'm having trouble making it work here !
I think I followed pretty closely the instructions: I copied the PHP file into the plugins dir, created the /avatars/ one, chmodded it to 755, uploaded an image from the 'Your avatar' page and included the <?php if(function_exists('cmd_show_avatar')){ cmd_show_avatar(); } ?> command in the index file like so:
<h3 class="storytitle"><?php if(function_exists(’cmd_show_avatar’)){ cmd_show_avatar(); } ?><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
</h3>
But here, no avatar deigns making an appearance: http://urbangriffin.com/unjour/blog/ .
Would you know what I could have done wrong ?
Thank you!