Gravatar Integration
This GUI extension aims to bring Gravatar to SDL Tridion users and make the GUI a bit more social and personalized by displaying a personalized photo for each user. And so the integration is really 3 different extensions that can be each used individually or together.
Current User Photo
The first integration shows the Gravatar photo for the current user logged on to the Content Manager Explorer:

What the extension does is it grabs the user name of the current trustee authenticated in IIS and attaches the domain name that is configured in the extension.
Item Creator Photo
The second integration shows in the info tab of different Tridion items (components, folders, pages, etc.) the Gravatar photo of the user that originally created them, this makes the GUI a bit more social by giving a face to the users using it:

In this integration the user name is extracted from the creator user stored in the Tridion database for the item being shown and as with the first integration, the domain is defined in the extension code to determine what the email address would be.
Audience Manager Contact Photo
The third integration shows the Gravatar photo for a contact being created or that was already created in the Audience Manager database:

In this case, the complete email address is supplied by the user entering the details of the contact, In this example Ive used my personal address and so my Gravatar is displayed. The extension simply retrieves the Gravatar URL for the address that was entered in the General tab.
More information about this integration can be found on: http://yoavniran.wordpress.com/2010/08/11/integrating-tridion-with-gravatar
Tags
:

gravatar,

GUI,

AJAX,

ASPX,

.NET,

social