PHPBB3.0.X forum post displays the default image
open includes/functions_display.php
1, find
[code] if (empty ($avatar)! />[code]return ''; [/code]
replaced by
[code]return'.lt; img src=.quot; images/avatars/no_avatar.gif.quot; alt=.quot; ` ($user-.gt; lang.#91;)).
2, then upload a picture file named no_avatar.jpg,
>
upload to your forum directory /images/avatars folder,
and then refresh the post and see that the user head without a head image displays is coming.
the current avatar list is due to too many head images (1020 sheets) that need paging to be changed.