Needs work
Project:
Gravatar integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Apr 2011 at 01:21 UTC
Updated:
10 Sep 2012 at 15:45 UTC
Jump to comment: Most recent file
When I upgraded Author Pane and Advanced Forum last night, Gravatar stopped working. I posted in the Author Pane section, but they were under the impression that Gravatar didn't integrate with Author Pane, and that it is a Gravatar issue.
I just upgraded Gravatar to gravatar 6.x-1.x-dev, but the issue is still there.
Example:
http://mnemotechnics.org/x/forums/weekly-memory-challenges-and-3-month-l...
Is it an issue with Gravatar?
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | authorpane.patch | 519 bytes | robloach |
Comments
Comment #1
Dimetrius commentedAnyone fixed this issue ?
Comment #2
jotarp commentedAdding this line in author_pane-6.x-2.2 temporarily fix the problem
I think that for a right integration, a new modules/author_pane/modules/gravatar.author-pane.inc is needed.
Comment #3
Narno commentedComment #4
michelleAuthor Pane isn't going to be adding code on behalf of other modules anymore. Twice now we've run into security issues because of it. If Gravatar wants to integrate, they can host their own preprocess code.
Michelle
Comment #5
Narno commentedTanks for feedback Michelle!
Guys, I'm waiting for a "gravatar_preprocess_author_pane(&$variables)" patch :-)
Comment #6
dave reidI'm a little curious why author_pane isn't using the standard theme_user_picture()?
Comment #7
michelle@Dave: Because it doesn't make sense to link to the profile page from the profile page and because clicking the avatar to see the larger version in forums always made more sense to me than having clicking the avatar take you to the same place that clicking the name does.
Michelle
Comment #8
Narno commentedComment #9
Narno commentedAuthor Pane module support added in 6.x-1.x-dev version. More details: http://drupalcode.org/project/gravatar.git/blob/refs/heads/6.x-1.x:/grav...
Comment #10
robloachHere it is for Drupal 7.