ArkadaşLar üye listenizde avatar seçmeyen üyeLere sizin seçeceğiniz avatarı gösterir...
Memberlist_resultsbit tempLatesinde buLun;
Kod:
<if condition="$show['avatarcol'] AND exec_switch_bg()"><td class="$bgclass"><if condition="$show['avatar']"><img src="$avatarurl" border="0" $avwidth $avheight alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" hspace="4" vspace="4" /><else /> </if></td></if>
KompLe değiştirin ve editLeyin;
Kod:
<if condition="$show['avatarcol'] AND exec_switch_bg()"><td class="$bgclass"> <if condition="$avatarurl == null"><a href="member.php?$session[sessionurl]u=$userinfo[userid]"><img src="/vBulletin/noavatar.gif" border="0" /></a><else />
<if condition="$show['avatar']"><img src="$avatarurl" border="0" $avwidth $avheight alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" hspace="4" vspace="4" /><else /> </if></td></if></if>