PDA

View Full Version : Multi Color Username per member?


Abhik
07-10-2011, 05:53 PM
Hi,
I want something like this.. (Admin set)

USERNAME (This is a username, not a usergroup)

Is it possible?

kh99
07-10-2011, 07:08 PM
I don't think there isn't any way to do it without modifying some code. You could modify the fetch_musername() function in includes/functions.php, but you'd also need to store the markup for a user somewhere and have some interface for an admin to change it. Maybe adding an "admin only" user profile field would work, but you'd be adding 1 query for each user name on a page when you looked it up.