Mở sources>action_public>topics.php
Tìm (khoảng dòng 1021):
CODE
function parse_member( $member=array() )
{
$member['avatar'] = $this->ipsclass->get_avatar( $member['avatar_location'], $this->ipsclass->member['view_avs'], $member['avatar_size'], $member['avatar_type'] );
Thêm vào sau:
CODE
if($member['avatar']=='') {
$member['avatar']="<img src=\"style_images/<#IMG_DIR#>/noavatar.gif\" width=\"64\" height=\"64\">";}
Upload một file noavatar.gif vào thư mục ảnh của skin.
Thay đổi width & height của đoạn code trên nếu thích.