In order to fix this, please follow the instructions below.
Open: /includes/functions_display.php
Find and remove:
- Code: Select all
if (!$config['allow_avatar_upload'] && !$ignore_config)
{
return '';
}
Please make sure you save a backup before you edit, as well as read the following article:
phpBB3 and UTF-8 without BOM
After this edit is made, the existing avatars will be visible after you disable the above mentioned options in the ACP
Changelog:
Slightly re-written, as well as spelling fixes - Sinom