Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

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

  • Options
    ToddTodd Chief Product Officer Vanilla Staff

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

  • Options

    The last one.. 2.0.18.1

  • Options
    ToddTodd Chief Product Officer 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.
  • Options

    Ho found the bug... it happens with the gravatar plugin

  • Options

    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'));

  • Options
    ToddTodd Chief Product Officer Vanilla Staff
    Answer ✓

    Thanks for the fix!

Sign In or Register to comment.