Here a mockup how it could look like on nodebb.org forum:
who_can_see_this_01.png
List unfold:
who_can_see_this_02.png
You may have noticed I now have a user icon instead of an avatar... we're testing something new because we're looking to remove gravatar from core
New users will still show their old avatars (gravatars or not), so hopefully this isn't a breaking change. Please report any oddities here (such as user icons missing).
These look awesome! I did something like that for BuddyPress (remove the need for Gravatar) by drawing GitHub-style "identicons" (see here) for users without a profile photo. My project used the GD PHP library so it won't be useful here but it's great to see you're going to be removing (many) calls to the (external) Gravatar service.
Wait... wait, green?
@xen So, somehow the other images are getting pushed down by 1px
, which is causing the whole card to have 1px
more height.
The thing is, I have no idea WTF is causing that. Fucking CSS.
Yup, .user-icon
is the offending class and line-height
is the offending property.
Interesting! Is this on master already?