Nevermind about the colored names, I figured it out. If anyone else needs to be able to do this, here it is:
Edit the chatbox.php file in the forums directory in 2 locations.
Find on line 178 & 318
Code:
$select = 'c.shoutid, c.userid, c.username, c.shout, c.dateline, c.ipaddress, c.color, u.usergroupid';
Change this to
Code:
$select = 'c.shoutid, c.userid, c.username, c.shout, c.dateline, c.ipaddress, c.color, u.usergroupid, u.displaygroupid';