Revision history [back]
edit profile view outdated
I found another small bug/inconsistency in askbot:
Inside a user's profile, there is a link "update profile". There "change picture" only leads to gravatar faq, it doesn't change any picture. The whole user_edit
template seems outdated, with link to /images/nophoto.png
etc.
I modified it to resemble user_info
: https://github.com/piskvorky/askbot-devel/commit/f5ddf7f99d6f236f2344c2836cec11587842bcd4 , in case anyone's interested.
edit profile view outdated
I found another small bug/inconsistency in askbot:
Inside a user's profile, there is a link "update profile". There "change picture" only leads to gravatar faq, it doesn't change any picture. The whole user_edit
template seems outdated, with link to /images/nophoto.png
etc.
I modified it to resemble user_info
: https://github.com/piskvorky/askbot-devel/commit/f5ddf7f99d6f236f2344c2836cec11587842bcd4 , in case anyone's interested.