Quote:
Originally Posted by FReeSTER
Can you make it please to at least use the HTML markup we already have on the usergroup options? lol
Is just that i like to have the Mods as green and SM as blue, admins as red ect...  
|
Edit plugin
Username Markup Override at hook
fetch_musername and change
Code:
$bop_username .= '">'.$user['username'].'</span>';
to
Code:
$bop_username .= '">'.$user['musername'].'</span>';