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.
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?