If you previous made the manual edit before to add the font
in addition to your custom HTML markup as opposed to
instead of you must re-make it after the update.
To re-do the edit,
Go to the Admin CP -> Plugin Manager.
Go to this mod and edit the
Username Markup Override plugin.
Find this line near the bottom:
Code:
$bop_username .= '">'.$user['username'].'</span>';
and just add an m in front of username as so:
Code:
$bop_username .= '">'.$user['musername'].'</span>';
And it will apply both your HTML markup and the font customization.
I still owe an updated to make this a proper option in Admin CP, will get to is soon. Also will update with a post count permission. Both will be part of 1.8.0.