Different Icons for the same person

ZeFishZeFish New
edited December 2011 in Vanilla 2.0 - 2.8

It's weird that I see the same icon everywhere but on his profile page I see two different.

Also... when I type the email adress in you vanillion.com service, I see the same image as the big one... not the small. The small one is the one I see everywhere else in the forum.

Best Answer

Answers

  • ToddTodd Vanilla Staff

    It may be that the email isn't in the activity stream. What version of Vanilla are you using?

  • The last one.. 2.0.18.1

  • ToddTodd Vanilla Staff

    Hmm. I'm not getting that on my local copy of 2.0.18.1. Can you do the following:

    1. Make sure the filenames of the two icons are the same except for the _200 on the big one?
    2. Shift-refresh your browser.
  • Ho found the bug... it happens with the gravatar plugin

  • Fixed it... bug in the gravatar plugin...
    In Plugins/Gravatar/default.php at line 36, you need to replace :
    $Url .= '&default='.urlencode(Asset('http://vanillicon.com/'.md5($User->Name).'.png'));
    to
    $Url .= '&default='.urlencode(Asset('http://vanillicon.com/'.md5($User->Email).'.png'));

  • ToddTodd Vanilla Staff
    Answer ✓

    Thanks for the fix!

Sign In or Register to comment.