I have latest version of Confluence which is still a wiki (3.5.13) and I want to add gravatar support.
Does anyone have done it?
Shortly there is no Gravatar support for Confluence, even if JIRA and Bamboo do have it.
https://jira.atlassian.com/browse/CONF-19636<-- Send your votes & love here
CONF-19636 is over 3 years old. I don't think Atlassian is going to action it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The easiest way IMHO is to front confluence with apache or nginx or similar, then you rewrite requests for profile pics either to gravatar or to some internal system. You will most likely need to rewrite first to your own servlet, then convert user IDs to md5's of email addresses, then you send a redirect for the gravatar image.
That's what I've done, works great, other people may have other ideas.
I may blog about it soon if of any interest. Of course, there are other ways, eg synching gravatar images to confluence pics. (But my way works across all the tools).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do you redirect to the gravatar image if the profile pic request is /images/icons/profilepics/default.gif ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's necessary to modify the vm templates to make it default.gif?userId=blah. In later versions of confluence you also need to modify a soy template, rebuild and upload a plugin. I've done it and it's doable but it's a lot more hassle than when I first did it. Atlassian really need to blob on and add gravatar support to all their products.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found a way without modifying templates and created a plugin ;) https://marketplace.atlassian.com/plugins/net.vicox.confluence.plugins.gravatar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nice George +1 and +10 for making open source. I already filed a bug as it doesn't work for Confluence 3.5. Please make your contribution a separate answer to the question, not a comment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm, wonder how George's plugin plays with mine (https://marketplace.atlassian.com/plugins/com.cutlass.confluence.plugin.rest.cas). If George's works with mine and becomes configurable and I port mine to JIRA we could have the same avatar in JIRA, Confluence and Fisheye/Crucible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira 5.1 has working avatar already, still I doubt many people will upgrade to Confluence 5.x due to lose of wiki markup editing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.