Hi Naan,
Admin CP> vBulletin Options> User Reput Settings> User Reput System Active> Yes
Postbit rep points and also to show the degree
AdminCP / Styles and themes / templates search / postbit_legacy
Find;
Code:
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if>
Edit;
Code:
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</div></if>
<div>Rep Points: $post[reputation]</div>
<div>Rep Level : $post[reputationdisplay]</div></if>