Skip to content

Instantly share code, notes, and snippets.

@henningjensen
Created January 18, 2010 11:42
Show Gist options
  • Save henningjensen/279952 to your computer and use it in GitHub Desktop.
Save henningjensen/279952 to your computer and use it in GitHub Desktop.
If you want to show the pic of a certain user e.g. for a static team gallery you can use:
{user_profile_pic:username}
with the changed code:
#set( $profile_pic = $userAccessor.getUserProfilePicture( $param0 ) )
#set( $pic_src = $profile_pic.getDownloadPath() )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment