maybe not all users are familiar with the gravatar - can the system have users uupload their own profile photos?
Done, supports uploaded avatars now.
However, the feature uses development version of django application - 'django-avatar', no pip install or easy_install option is not available yet (there is one, but it is outdated).
Please, install the app from the repository:
git clone git://github.com/ericflo/django-avatar.git
cd django-avatar
python setup.py install
Add 'avatar' to the list of INSTALLED_APPS in your settings.py,
Configure MEDIA_ROOT and MEDIA_URL to serve the avatars correctly, and run:
python manage.py syncdb
Once the app is updated on the PYPI (python package index), it will be easier to install.
Could you post an issue on his github (https://github.com/ericflo/django-avatar/issues) and ask him to update pypi? I would do it, but I think you have more clout as the maintainer of ASKBOT. You also better understand why the bleeding edge version is necessary
Joseph ( 2011-11-28 18:13:24 -0500 )editCreate your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2010-08-06 10:42:14 -0500
Seen: 84 times
Last updated: Feb 10 '11
Feature request: Add classes to body in default skin
Search related questions when posting a question
Please allow diacritic characters for user names.
Please allow hyphens for user names.
Can the interface for searching with tags be improved?
can (should) users send email or post messages to moderators? [done]
Plans to support attachments other than images? [done]
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.