Ludachris

Customer
Hey Russ, I have a Default avatar image URL specified and all the settings in place to show a default avatar, but it won't display. I replicated the settings in the default style and it works. Is there anything that needs to be done beyond what was suggested here:
 
Do you by chance have your Avatar size set to "Large" under Style properties -> Messages?

If so, that's the problem, it's a bug on our end.

You can add this to extra.less:

Code:
@media (min-width: @xf-messageSingleColumnWidth)   
{
    .message-avatar .avatar--l
    {
        width: 139px !important;
        height: 139px !important;
    }
}

Or change the size to Medmium

This is fixed for the next release as it was reported a little while back in a ticket.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back