MyBB Community Forums

Full Version: Prostats Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone know if it's possible to change the word "Reputation" in the prostats tables?

I did it for the main MyBB installation.....but not sure if it's possible or how it's done on Prostats..

(On the BunnyBoard we don't have "reputation" we have "Carrots" :o)

Many thanks

Thumper
Hi,

You need to edit its language file (inc/languages/english/prostats.lang.php).

Find this code:

$l['prostats_most_reputations'] = 'Most reputations';

And replace "Most reputations" wit whatever you prefer. For example like this:

$l['prostats_most_reputations'] = 'Most Carrots';

Here is the like of ProStats support topic:
http://community.mybb.com/thread-48686.html
Excellent!

Thank you so much SaeedGh for your help Big Grin