AdminKP » Şablon&Stil » Şablonlar » Kullandığınız Tema Şablonlar » Forum Bit Şablonlar » forumbit_depthforum2_lastpost »
En üste ekleyin :
Kodlardaki frmplus yazan yerlere kendi sitenizin adını yazmayı unutmayın.
not: konu frmplus.10tr.net ten alıntıdır
En üste ekleyin :
Kod:
<table><tr><td align="left"><div class="avatar"><img width="50px" height="50px" onerror="this.style.display='none'" src="{$mybb->settings['bburl']}/users/frmplus/avatars/avatar_{$lastpost_data['lastposteruid']}.png"><img width="50px" onerror="this.style.display='none'" height="50px" src="{$mybb->settings['bburl']}/users/frmplus/avatars/avatar_{$lastpost_data['lastposteruid']}.jpg"><img width="50px" onerror="this.style.display='none'" height="50px" src="{$mybb->settings['bburl']}/users/frmplus/avatars/avatar_{$lastpost_data['lastposteruid']}.gif"><img width="50px" onerror="this.style.display='none'" height="50px" src="{$mybb->settings['bburl']}/users/frmplus/avatars/avatar_{$lastpost_data['lastposteruid']}.bmp"><img width="50px" onerror="this.style.display='none'" height="50px" src="http://frmplus.10tr.net/users/frmplus/avatars/avatar_{$lastpost_data['lastposteruid']}.jpeg"></div></td><td align="left">
aşağıdakinide En alta ekleyin :
Kod:
</td></tr></table>
<style>.avatar {
border: 1px solid #e0e0e0;
background: url('images/default_avatar.png') center center no-repeat;
background-size: 50px 50px;
padding: 3px;
width: 50px;
height: 50px;
}
.avatar:hover {
border: 1px solid #ddd;
}
.avatar img { background: #fff; }</style>
Kodlardaki frmplus yazan yerlere kendi sitenizin adını yazmayı unutmayın.
not: konu frmplus.10tr.net ten alıntıdır