Aslında bunları expertte paylaşacağımda açılmasına çok var paylaşıyorum :)
member_profile gir herhangi bir yere ekle:
daha sonra member_profile_reputation gir bu kodu;
bunla değiştir;
daha sonra global.css gir bunları ekle;
Demo Halini kodları deneyip bakın.
önizle.koddostu.com
expertmybb.10tr.net @Falcon
member_profile gir herhangi bir yere ekle:
Kod:
{$reputation}
daha sonra member_profile_reputation gir bu kodu;
Kod:
<tr>
<td class="{$bg_color}"><strong>{$lang->reputation}</strong></td>
<td class="{$bg_color}">{$reputation} [<a href="reputation.php?uid={$memprofile['uid']}">{$lang->reputation_details}</a>] {$vote_link}</td>
</tr>
bunla değiştir;
Kod:
<div class="repkutusu"><strong>{$lang->reputation} {$reputation}</strong></div>
Kod:
.repkutusu { background: green; float: left; color: #fff; padding: 20px; border-radius: 5px; width: 265px; text-align: center; transition: all 700ms;}
.repkutusu:Hover {background:gray;}
.repkutusu a {color: #fff;}
önizle.koddostu.com
expertmybb.10tr.net @Falcon