• My Gravatar Plugin is broken, apparently. I tried to get to Skippy.net to see if something had changed, etc., but it keeps timing out trying to get there.

    Anyone else having problems?

    Here’s the code as it is at the moment:
    <?php if (function_exists('gravatar'))
    {
    if ('' != get_comment_author_url())
    {
    echo "<a href='$comment->comment_author_url' title='Visit $comment->comment_author'>";
    }
    else
    {
    echo "<a href='http://www.gravatar.com' title='Create your own gravatar at gravatar.com!'>";
    }
    echo "<img height='80' width='80' src='";
    echo gravatar($comment->comment_author_email);
    echo "' alt='a gravatar' class='gravatar' /></a>";
    } ?>

    Only my avatar appears to be working.

Viewing 4 replies - 1 through 4 (of 4 total)
  • My DSL line was out of service for several agonizing hours this morning. Since I host my server on my DSL line, my server was inaccessible. It’s back now.

    My server should not have any bearing on the functionality of your plugin. What problem are you having?

    Thread Starter nmallory

    (@nmallory)

    Oh, no, I meant, I wanted to see if gravatar had changed something and the plugin had been updated. 😉

    I’ve edited my OP above.

    Thread Starter nmallory

    (@nmallory)

    Hmmm…I just copied the gravatar.php from your site and replaced mine and now everyone’s is working again except the guy who complained in the first place.

    Did the person complaining perhaps just register for a gravatar? There’s a delay before they get approved by the gravatar.com folks.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Gravatar Plugin Is Broke?’ is closed to new replies.