Why not add :
Code:
<url>https://vborg.vbsupport.ru/showthread.php?t=153331</url>
to this mod?
Also, I feel :
Code:
<plugin active="1" executionorder="5">
<title>Usergroup Color Bar</title>
<hookname>forumhome_complete</hookname>
<phpcode><![CDATA[if (THIS_SCRIPT == "index" and $vbulletin->options['ugcb_onoff'])
{
$activeusers2 .= '';
$userbuls = split(',', $vbulletin->options['sirala']);
foreach($userbuls AS $userbul) {
$activeusers2 .= $vbulletin->usergroupcache["$userbul"]['opentag'] . '['.$vbulletin->usergroupcache["$userbul"]['title'] . ']' . $vbulletin->usergroupcache["$userbul"]['closetag'].' ';
}
$activeusers = 'Legend: '.$activeusers2 .'<br />'. $activeusers;
}]]></phpcode>
</plugin>
Displays usergroup colors more clearly, especially if some of your usergroups have a bold markup.