Colors in Users Online
1.0
This mod is very cool. ;)
It is an addon for the add more membergrops mod that displays the setted style of text for different membergroups.
e.g.
In Admin Center's colors/effects center for member name i set global moderators color to be green. In the User's online, all Global moderators will now be green :)
For a live example look at the php version at yabb.info/community
Note: this mod is for yabb 1 gold sp1. The example is only to show you what i mean and the mod is not written for yabb se.
Omario
http://www.muslimteens.net
Sources/BoardIndex.pl
$users .= qq~ $userprofile{$name}->[1], \n~;
&LoadUserDisplay($name);
$linkforuser = $link{$name};
$linkforuser =~ s~size="2"~size="1"~;
$linkforuser =~ s~
~~;
$users .= qq~$linkforuser, \n~;