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

Blowjob
Closed Account
Level:
0
Reputation:
26
Posts:
2.16K
Likes:
189
Credits:
2.53K
17-01-2015, 09:16 AM
This post was last modified: 17-01-2015, 09:17 AM by Blowjob
#3
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]

Users browsing this thread: 1 Guest(s)