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.
Different Icons for the same person
ZeFish
New
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.
0
Answers
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
Hmm. I'm not getting that on my local copy of 2.0.18.1. Can you do the following:
_200
on the big one?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'));
Thanks for the fix!