Skip to main content

UNKNOWN

Project description

Introduction

You can use this product to show avatar pictures of your users from external sites, i.e. from gravatar.

To do this you set a list of URLs where the avatars can be found. The default uses gravatar.

http://www.gravatar.com/avatar/%(emailmd5hash)s?s=200&d=mm

The %(emailmd5hash)s part can be replaced with %(fullname)s, %(home_page)s, %(username)s or any variable that is available from the MembershipTool.getMemberInfo() dictionary on your site. So another example would be

http://my.site.com/%(username)/picture

The product also tries to set the facebookid variable for the MembershipTool.getMemberInfo() dictionary. So, if plonesocial.auth.rpx is installed and the user uses facebook to login, you can also use

https://graph.facebook.com/%(facebookid)s/picture

Changelog

0.1dev (unreleased)

  • Initial release

Project details


Release history Release notifications | RSS feed

This version

0.1

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page