vBulletin seçenekler -> Üye Yönetimi: Tecrübe Puanları Sistemi -> Tecrübe Puanı Sistemi kullanılabilsinmi? evet
adminCP -> Stiller&Temalar -> posbit_legacy şablonunu açın;--
adminCP -> Stiller&Temalar -> posbit_legacy şablonunu açın;--
Kod:
<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
Bu kodlama ile değiştirin;
PHP- Kodu:
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</div></if>
<div>Rep Puanı: $post[reputation]</div>
<div>Rep Derecesi : $post[reputationdisplay]</div></if>
