Works Great on 3.6.8
I use it for 'VIP Donator of the Month' so I adjusted the MOTW template to suit my needs.
You can also use HTML code in the ACP entries for this mod...to make the Username the color for a certain usergroup it should look like this:
In 'Winner's Username' field:
<font color=x>Username</font>
(x = color you want)
Doing the above will override the 'class="alt1"' for that field.
Or...
If you want the username to be just one color always...
In the MOTW Template find: a href="member.php?u=$vboptions[MOTW_userid]"
After it add: style="color:x"
(x = color you want)
The above is standard HTML, but I thought I'd state it here for easy assistance, hope it helps
I was gonna make up a very similar code for my use, but it would have been a template edit and I would have had to edit each of my 20+ skins every month...Thank you for saving me time and headache