chatter
chatter copied to clipboard
User avatar if one exists, if not use Initials
I know that I have 2 options for user image in the config file:
'avatar_image_database_field' => 'avatar',
Will show the avatar in my DB
'avatar_image_database_field' => '',
Will show the username initials and a color background.
Is there a way to defualt to the Initials if the avatar
field is null? That is how my app is set up so the forum would be nice to see like that as well. Just from a UI standpoint, it would be a nice option for anyones app since as of now there is just no image if the user doesnt set one.
I may be late but as this issue was open and just started using this package and also wanted such functionality.
what you need to do is override below php files into your ownresources/views
-
discussion.blade.php it would be something like this
ROOT/resources/views/vendor/chatter
and add your logic there you can see how to override these php files on the main documentation page under OVERRIDING VIEWS heading, you can search forchatter_avatar
class
in these two php files this class is assigned to thediv
that contains user avatar