Postponed (maintainer needs more info)
Project:
Gravatar integration
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Sep 2011 at 10:51 UTC
Updated:
7 Jan 2012 at 13:30 UTC
The src for the picture was wrong:
In gravatar_get_account_user_picture I removed file_create_url and just returned $account->picture, it's a relative link after all, and now it works.
Comments
Comment #1
dsego commentedWow, such a great commenting system...
This is the problem. The user picture had the wrong src
When you remove the call to file_create_url and just return the pic it gets displayed properly.
Why call file_create_url anyway, if Drupal already outputs a relative link.
Comment #2
Narno commentedComment #3
Narno commentedBecause Drupal 6 works like that by default:
Can you give more details about your "strange" URL?