<if $post['uid'] == 2 then> <span style="color: red;">{$post['usertitle']}</span><else />{$post['usertitle']}</if><br />
{$usertitle}
<if $memprofile['uid'] == 2 then> <span style="color: red;">paki wizard</span><else>{$usertitle}</if><br />
17-01-2015, 08:59 AMdnyan247 Wrote: How i can provide different styles to each user of same group
<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/>
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
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:21 AMHug Wrote: 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 lol what?
17-01-2015, 10:09 AMTom Wrote: Also question, will you have to do this for every user or will it still use usergroup colours by it self?
17-01-2015, 09:24 AMTom Wrote: Hug I should of done it on your forum first...
Loading Info...