wiki:UserPicturesPlugin

Version 9 (modified by figaro, 9 years ago) (diff)

Cosmetic changes

Adds user picture icons (avatars) to Trac

Description

This plugin allows a user to add a user picture icons (avatars) to his/her profile on Trac.

Screenshots of the plugin in action can be found at https://github.com/boldprogressives/trac-UserPicturesPlugin/wiki/Screenshots

Credit goes to Michael Bayer for the idea and most of the code in https://bitbucket.org/zzzeek/tracvatar

See also: TracvatarPlugin

Bugs/Feature Requests

Existing bugs and feature requests for UserPicturesPlugin are here.

If you have any issues, create a new ticket.

defect

2 / 2

task

1 / 1

Download

Download the zipped source from here.

Source

Mirrors are available on Github and Bitbucket:

Installation

  1. Install the plugin in your favorite way, such as python setup.py develop, uploading an egg, etc.
  2. Enable the component in your trac.ini file:
    [components]
    userpictures.* = enabled
    
  3. Choose your preferred avatar engine. For Gravatar:
    [userpictures]
    pictures_provider = UserPicturesGravatarProvider
    

For UserManagerPlugin integration, ensure that the UserManagerPlugin is installed and enabled, and then:

[userpictures]
pictures_provider = UserPicturesUserManagerProvider

If you do not explicitly select either engine, a default provider is used which displays a blank silhouette for every user.

Author/Contributors

Author: ejucovy
Maintainer: ejucovy
Contributors:

Attachments (1)

Download all attachments as: .zip