Closed (fixed)
Project:
Gravatar integration
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Dec 2007 at 14:07 UTC
Updated:
2 Apr 2008 at 23:21 UTC
The default picture setting in Drupal is normally an internal link, (e.g. /files/mypic.gif) but the Gravatar URL requires the full URL http://www.mydomain.com/files/mypic.gif. I think it would helpful to automatically append the domain for the URL string.
Comments
Comment #1
Narno commentedOff topic ?
Comment #2
henrrrik commentedWhy?
Comment #3
Narno commented> "The default picture setting in Drupal is normally an internal link, (e.g. /files/mypic.gif)"
hum, yes
> "but the Gravatar URL requires the full URL http://www.mydomain.com/files/mypic.gif."
yes too
> "I think it would helpful to automatically append the domain for the URL string."
Hum, why ? The Gravatar picture is not downloaded on your website, no cache, it's read from site.gravatar.com.
I don't understand what you want ?! :-P
Comment #4
henrrrik commentedI'm talking about the default user picture that's located on the local webserver and is displayed if the user doesn't have a Gravatar account.
Normally (if Gravatar isn't installed) you would enter an internal link in this field, e.g. "/somepath/somefile.jpg". Gravatar module expects a full URL including the domain name, e.g. "http://www.mydomain.com/somepath/somefile.jpg". I had to look at the code to figure out why it didn't find my default picture. I think the URL should be prepended automatically, since I doubt anyone uses an off-site default.
Comment #5
Narno commentedHaaaaa, i see now : I will fix that as soon as possible. thx
Comment #6
Narno commentedFixed ! :-)
Comment #7
henrrrik commentedGreat! Thanks.
Comment #8
Narno commentedThere is the same bug on admin page...
Comment #9
Narno commentedComment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.