This will work on any style you have installed.
Open: includes/functions_display.php
Find:
- Code: Select all
if (empty($avatar) || !$avatar_type)
{
return '';
Then inline find:
- Code: Select all
return '';
and replace with:
- Code: Select all
return '<img src="images/avatars/no_avatar.gif" alt="' . ((!empty($user->lang[$alt])) ? $user->lang[$alt] : $alt) . '" />';
Now select the image below, save it and upload it to /images/avatars/ then purge your cache.
All your members that haven't selected an avatar will now be issued with the default as well as any new members.














