MyBB Community Forums

Full Version: Reputation Next to usernames [Paying]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys!

It is possible to show Reputation next to username?

For example my Profile name will looks like this:


Anyome10

10 is my Reputation


if it's negative it's will be :

Anyome-5
ACP > Templates > current theme > postbit templates > postbit

Find
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />

Replace with
<strong><span class="largetext">{$post['profilelink']}{$post['userreputation']}</span></strong> {$post['onlinestatus']}<br />

[Image: Screen%20Shot%202015-12-20%20at%208.00.00%20PM.png]