17-01-2015, 09:19 AMMr_Devil Wrote: 17-01-2015, 09:16 AMHug 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: but if you do, you'll get this oh yeah use the second one broh
17-01-2015, 09:16 AMHug 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: but if you do, you'll get this
<if $memprofile['uid'] == 2 then> <span style="color: red;">paki wizard</span><br /> <else> {$usertitle} </if>
( <if $memprofile['uid'] == 1 then> <span style="color: red;">paki wizard</span> <else> {$usertitle} </if> )<br/>
Loading Info...