MyBB Tutorials

Custom Reputation on Postbit

Submitted by Aoki, , Thread ID: 800

Thread Closed
27-01-2015, 12:31 PM
#1
I've seen some people asking how to do this, so I'm going to show you how. Sharing is caring, right? :yus:

[Image: e2f9c93016205cda1fdc8da4244c5f8b.png]

1. Open the file inc/functions.php and search for

Code:
Get the formatted reputation for a user.

You're going to see this:

[Image: eb5cd0b674113ed143131af4a915255c.png]

Below this:

Code:
global $theme;

$display_reputation =' ',

Add this:

Code:
if($uid == 1)

    $reputation = 'Custom';

Make sure to change the UID to your own.

Bazinga.

Users browsing this thread: 1 Guest(s)