ZeitNews / main

The main ZeitNews repo.
http://www.zeitnews.org
7 stars 0 forks source link

User Photos in the Comment Bar #45

Open JStMartin opened 12 years ago

JStMartin commented 12 years ago

If Drupal user then show user profile photo if it exists. If anonymous user then try to grab Gravatar. No default pics - show nothing.

rtaquelim commented 12 years ago

Is there a way we could have a default one? This is a non-issue of course, more like a curiosity

JStMartin commented 12 years ago

Yes there is. It's quite easy. Is that something we want? You'd potentially end up with a long list of comments with blank-face placeholder images. I'd rather have nothing there instead.

I wanted to increase anonymous user comment photos and authenticated user account photos (also used in comments) by grabbing their Gravatar's (quite popular).

rtaquelim commented 12 years ago

Fair point. I agree, let's "force" them to use their own ;-)

rtaquelim commented 12 years ago

This I believe is sorted, shall we close it?

JStMartin commented 12 years ago

Keep open. I'd eventually like to prepopulate user photos with their Gravatar if they have one. If they don't no photo will show. There will always be the option to upload a custom photo too.