Tumpe
Member
Every username link for moderator / staff on XF2 has a span that has classes referring to the user group, i.e.
For regular users that don't have any custom css declarations the span and classes doesn't exist. Boards that have "anonymous" moderators and staff, this is an issue. Even though it's only visible in html source, it's enough.
I found that I can modify that in Templater.php (
<span class="username--moderator username--admin">
For regular users that don't have any custom css declarations the span and classes doesn't exist. Boards that have "anonymous" moderators and staff, this is an issue. Even though it's only visible in html source, it's enough.
I found that I can modify that in Templater.php (
fnUsernameClasses
), but is there any other way to get rid of those classes?