Sign in to follow this  
Alias

[MyBB 1.8.x Tutorial] Custom Reputation on Postbit

Recommended Posts

e2f9c93016205cda1fdc8da4244c5f8b.png

 

[hide]

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

 

Get the formatted reputation for a user.

 

You're going to see this:

 

eb5cd0b674113ed143131af4a915255c.png

 

Below this:

 

global $theme;

$display_reputation =' ',

 

Add this:

 

   if($uid == 1)

       $reputation = 'Custom';

[/hide]

 

Make sure to change the UID to your own.

Share this post


Link to post
Share on other sites

Let' see, it seems interesting.

Share this post


Link to post
Share on other sites

e2f9c93016205cda1fdc8da4244c5f8b.png

 

 

 

Make sure to change the UID to your own.

 

thank you very much let's try it

Share this post


Link to post
Share on other sites

Let me see this

Share this post


Link to post
Share on other sites

e2f9c93016205cda1fdc8da4244c5f8b.png

 

 

 

Make sure to change the UID to your own.

thanks you bro  :fiesta:

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this