Message # 1 | 4:29 PM
In other tagboard threads it is suggested to use
Code
$USERNAME$ = color

This makes it very hard if not impossible to to implement; especially if you have many users @ your forum.

Today I accidentally discovered that by using
Quote
<?if($GID$ = '1')?>red<?else?>
, it globally adds the color to the entire group.

example covering 3 groups...
Code
<?if($GID$ = '1')?>red<?else?><?if($GID$ = '4')?>orange<?else?><?if($GID$ = '6')?>cyan<?else?>

...and of course need to add <?endif?> - would be 3 <?endif?> for the above example.

Ucoz Website Since 2009
Post edited by Clyde - Tuesday, 2018-07-10, 4:30 PM