Temalar >> Postbit Templates >> postbit_legacy
Alttaki kısmı bulun;
PHP Kodu:
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if>
Bunu şunlarla 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>
ALINTIDIR..