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.
|