Forums

Author Exposed
[resolved] Plugin author expsed gravatar (2 posts)

  1. chlop@msn.com
    Member
    Posted 4 months ago #

    For these who got problems with gravatars replace code in author-exposed.php around line 35
    $gravatar = 'http://www.gravatar.com/avatar.php?gravatar_id=' .md5($mail);
    with one that suggested on gravatar.com support site for php
    $gravatar ="http://www.gravatar.com/avatar/" . md5( strtolower( trim( $mail ) ) ) . "?d=" . urlencode( $default ) . "&s=" . $size;

    http://wordpress.org/extend/plugins/author-exposed/

  2. scott74
    Member
    Posted 1 month ago #

    I am using the plugin simple local avatar so would like to replace the gravatar with the simple local avatar .... Can you instruct how to go about?

    Thanks http://wordpress.org/extend/plugins/simple-local-avatars/

Reply

You must log in to post.

About this Plugin

About this Topic