snytkine / LampCMS

Open source Question and Answer program similar to StackOverflow and Quora in PHP + MongoDB. Follow @snytkine on Twitter
http://support.lampcms.com
323 stars 104 forks source link

Add functionality to delete avatar #102

Open snytkine opened 11 years ago

snytkine commented 11 years ago

The link to "delete image" is already on user profile page Now need to implement functionality If use has uploaded avatar - delete it if user has external avatar - delete it from USER record if user does not have own or external avatar then add b_nogrvtr flag and use that flag to NOT show gravatar? The problem with that is that user cannot undo this. If user still wants to somehow show their avatar they need to just upload a new image.

epinapala commented 11 years ago

I will start working on implementing this feature :). Thanks!