How to to set Reputation

virus

New Member
i don't know what and where set reputation point i just see reputation bar not a reputation point any one help me
ex : reputation: 100 << this i meaning

in my postbit just a bar for reputation

thanks regards
 
Are you wanting to display reputation as numbers instead of the images? If so, do this:

In "postbit" (horizontal style) and/or "postbit_legacy" (vertical style) template find:

Code:
$post[reputationdisplay]

Replace with:

Code:
<if condition="$post['showreputation']">$vbphrase[reputation]: $post[reputation]<br /></if>$post[reputationdisplay]
 
hello sir, i have a problem or a question regarding this matter....

may i know how to gain reputation? i have a board but seems like it doesnt work ... it is still in 1 i mean the reputation is not added. Reputation: 1 <!=== just like this and the Rep Power also is 10 as i set this up. Rep Power: 10 <!==== like this. but the post is almost 2,000 Post: 1,890 <!==== this ..

Reputation: 1
Rep Power: 10
Post: 1,890

why is it that the reputation is still 1 and the rep power also is 10 as i setup but my post is 1,890.
I hope you can help of this and what should i do....



thank you and more power ..
 
Back
Top