MyBB Tutorials

Different usertitle style based on defined uid

Submitted by linkzy, , Thread ID: 52

Thread Closed

RE: Different usertitle style based on defined uid

linkzy
No pressure, no diamonds
Level:
0
Reputation:
181
Posts:
5.34K
Likes:
341
Credits:
54
OP
17-01-2015, 09:19 AM
#4
17-01-2015, 09:16 AM
Hug Wrote:
Quick suggestion,

replace

Code:
<if $memprofile['uid'] == 2 then>
                <span style="color: red;">paki wizard</span><br />
<else>
{$usertitle}
</if>

with


Code:
( <if $memprofile['uid'] == 1 then>
                <span style="color: red;">paki wizard</span>
<else>
{$usertitle}
</if> )<br/>

as if you don't, you'll get this:

[Image: oKaKk6I.png]

but if you do, you'll get this

[Image: ZI7mbIo.png]

oh yeah use the second one broh
| A | v4hl| Addicted | Senpai | Sui | Sensei | H | fdigl |



Users browsing this thread: 1 Guest(s)