MyBB Support

Custom reputation numbers

Submitted by AndresXZ09, , Thread ID: 793

Thread Closed

RE: Custom reputation numbers

#11
27-01-2015, 02:45 AM
Hug Wrote:
Okay I found it.

Code:
<if $post['uid'] == 1 then><a href="/reputation.php?uid=1">Green</a><else>{$post['userreputation']}</if>

27-01-2015, 02:44 AM
Calibre Wrote:
Once you change it in the template it'll change for every member. Not recommending that.

No no. It doesn't work like that m8

Oh damn, since I'm on my tablet and in bed I totally read the code wrong, that's a nice but annoying to edit since you got to change the template all the time to get a new one. Though I might implement it as a plugin soon, I'll consider this as a WIP.
Impress the best, stand out from the rest.

RE: Custom reputation numbers

#12
Does anyone know a way to do this with multiple people on postbit and on profiles.
[Image: SmallGlossyDeer-size_restricted.gif]

RE: Custom reputation numbers

#13
27-01-2015, 04:55 AM
Trill Wrote:
Does anyone know a way to do this with multiple people on postbit and on profiles.

Copy and paste the format and change out the UID and message.

RE: Custom reputation numbers

#14
27-01-2015, 04:55 AM
Trill Wrote:
Does anyone know a way to do this with multiple people on postbit and on profiles.

Shouldn't be this hard - Already explained on board.
PHP Code:
<if $post['uid'] == 1 then>
 
blabla
</if>

<if 
$post['uid'] == 1543 then>
blabla
</if> 

RE: Custom reputation numbers

#15
Here: http://nulledbb.com/Thread-Custom-Reputation-on-Postbit

Users browsing this thread: 5 Guest(s)