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.
How can i use my gravatar picture other than the random smiley faces
jone68
New
I use gravatar plugin for default profile picture set. I changed the two default images to my own from the plugin default directory and cleared the cache. But still i can see smily faces.
I also check default.php and i saw that the plugin bring those pictures from http://vanillicon.com/ ? But i'm not a php dev. and i can not change that. I tried removing http://vanillicon.com/ and replaced with the exact picture location, but i failed.
Here is default.php look like: http://paste.ubuntu.com/1452689/
Any idea, how can i change that?
Thanks ,
Tagged:
0
Comments
Add this line to your
conf/config.php
:Perfect! Thank you!!!
just got into similar situation and whenever I set it to "FALSE", avatar shows broken link image, even though there is the default img in the set path.
What is the right way to do it?
post a screenshot of your firebug window with the element selected.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Please see attached file.
a kluge would be:
$Configuration['Plugins']['Gravatar']['UseVanillicon'] = FALSE;
in plugins/Gravatar/default.png around line 53
from:
or
change your default.png to whatever image you want to show up as the default "avatar"
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
@peregrine,
Thanks for the tip.
I was keep trying with the url and it was still showing me the broken link. I took out the /vanilla from the path, it worked.
you need to change around line 32 as well to make the profile pic a default. on the profile page.
around line 29
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
your original problem maybe because you are on localhost.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Yep, that's what I thought so. But it is working if you just point to uploads folder.