Is it possible for users with no avatar to use the default avatar in topic preview
Edit:
Normally it should be visible, right?
Code: Select all
// If avatar string is empty, fall back to no_avatar.gif
return $avatar ?: self::NO_AVATAR;
}
Code: Select all
// If avatar string is empty, fall back to no_avatar.gif
return $avatar ?: self::NO_AVATAR;
}