Updated: Avatars

A new version of the Avatars plugin is now available. This new version is the 1.5 compatibility release but all adds the following:

  • Gravatar support for comments and local user fallback
  • The ability to turn comment avatars off
  • Multiple options for default avatars

I’d really love some feedback on this one if anyone feels like tossing it on a test install.

Thanks,

Andrew

  • trent
    • Site Builder, Child of Zeus

    Here are the errors I got when adding the plugin:

    PHP Fatal error: Call to undefined function email_exists()
    in /var/www/wp-content/mu-plugins/avatar_comments.php on line 34

    PHP Notice: Undefined variable: current_site
    in /var/www/wp-content/mu-plugins/avatars.php on line 38

    PHP Notice: Trying to get property of non-object
    in /var/www/wp-content/mu-plugins/avatars.php on
    line 38 referer:
    /wp-admin/options-general.php?page=blog-avatar

    PHP Notice: Undefined index: HTTP_IF_MODIFIED_SINCE
    in /var/www/wp-content/avatar.php on line 123, referer:
    /wp-admin/options-general.php?page=blog-avatar

    Trent

  • pbo
    • Flash Drive

    Problem with alternate upload

    there is an error saying

    <br />
    There was an error uploading the file, please try again.<br />
    Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/mylogin/mydir/wp-content/mu-plugins/avatars.php on line 471</p>
    <p>Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/mylogin/mydir/wp-content/mu-plugins/avatars.php on line 479</p>
    <p>Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/mylogin/mydir/wp-content/mu-plugins/avatars.php on line 487</p>
    <p>Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/mylogin/mydir/wp-content/mu-plugins/avatars.php on line 495</p>
    <p>Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/mylogin/mydir/wp-content/mu-plugins/avatars.php on line 503</p>
    <p>Warning: unlink(/home/who01/onlinestore168/wp-content/avatars/blog/167/) [function.unlink]: Is a /home/mylogin/mydir/wp-content/mu-plugins/avatars.php on line 1235

    Is there a way to fix this.

    Thanks

    ps I removed this code for a temporary solution

    <p><?php _e('If you are experiencing problems cropping your image please use the alternative upload method ("Alternative Upload" button).'); ?></p>

    on line 390 and

    <input name="Alternative" value="<?php _e('Alternative Upload') ?>" type="submit">

    on line 393 in avatars.php