collective.externalportrait

by Dominik Ruf last modified Sep 05, 2011 05:42 PM

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

Current Release

No stable release available yet.

All Releases

Version Released Description Compatibility Licenses Status
0.1 More about this release… pre-release

Comments (0)