MyBB Support

Custom reputation numbers

Submitted by AndresXZ09, , Thread ID: 793

Thread Closed

RE: Custom reputation numbers

Calibre
Member
Level:
0
Reputation:
5
Posts:
115
Likes:
10
Credits:
128
27-01-2015, 03:01 AM
#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

Tracy
Senior Member
Level:
0
Reputation:
78
Posts:
585
Likes:
74
Credits:
49
27-01-2015, 04:55 AM
#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

Diplo
A bit cunty with a dash of fuck you.
Level:
0
Reputation:
28
Posts:
838
Likes:
70
Credits:
1.77K
27-01-2015, 05:00 AM
#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

Aeux
vittu
Level:
0
Reputation:
42
Posts:
577
Likes:
41
Credits:
72
27-01-2015, 07:23 AM
#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> 

Users browsing this thread: 1 Guest(s)