[Tutorial :: Coloured Username:: __Doc_]
How to get coloured usernames in member bar on all skins of an IPB 2.3.x forum
So what this little snippet of code will teach you is how to show the members name in it's usergroup colour without using prefix/sufix in every skin. This edits the display class so the edit will show up on every skin.
Before:
After:
 
This ins't much code but if you would like back up your file do so or just do this in reverse.
Open: /sources/classes/class_display.php

Find:


Add Below:

Save and Upload: /sources/classes/class_display.php
 
# 1340