im trying to have both, the reputation level and reputation power. ive been fooling with it and cant seem to get it right. im adding this:
<if condition="$show['reputation']">
<div>
Reputation: $post[reputation]<br />
$post[reputationdisplay]
</div>
bit its giving me two green bars, ive tried editing it but no luck.
anyone wanna help.
*EDIT*ok for anyone who wants to have both the power and level displayed this is what i did
i added the bold text:
</div></if>
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>
<br /><div>Reputation: $post[reputation]<br />
$post[reputationdisplay]</div></if>
|