Here is a simple skin edit to give a tidy group legend on the board index page.
Navigate your way here > ACP > Look / Feel > Manage Skin Sets / Templates > (for each skin as required) > Manage Templates / CSS > Board Index > Board Index Template
Scroll down to right near the end. Find this section...
The code needs to go in-between the </if> and the </div>
Here is a small ready-made one for you to modify.
I have put these on seperate lines to make it very easy to follow. Simply add lines as needed for each group colours you have already, or add that one complete and then modify to your needs.
Here is a quick screenshot of what it looks like.
Navigate your way here > ACP > Look / Feel > Manage Skin Sets / Templates > (for each skin as required) > Manage Templates / CSS > Board Index > Board Index Template
Scroll down to right near the end. Find this section...
Code:
<if test="count($stats['NAMES'])">
<ul>
<li>{parse expression="implode( ",</li><li>", $stats['NAMES'] )"}</li>
</ul>
<br />
</if>
</div>
The code needs to go in-between the </if> and the </div>
Here is a small ready-made one for you to modify.
Code:
<br />
<strong>·</strong>
<span style='color:#FF0000'>Administrators</span>
<strong>·</strong>
<span style='color:#0000FF'>Moderators</span>
<strong>·</strong>
<span style='color:#000000'>Members</span>
<strong>·</strong>
<span style='color:#AAAAAA'>Validating</span>
<strong>·</strong>
I have put these on seperate lines to make it very easy to follow. Simply add lines as needed for each group colours you have already, or add that one complete and then modify to your needs.
Here is a quick screenshot of what it looks like.