Fixed [1.2.1] User group user name styling not being applied to banned members

Paul B

XenForo moderator
Staff member
As confirmed by Mike, it only applies to banned users with a username style and only to people that can see the ban status.
 
Just take out the red comma from here in library/XenForo/Template/Helper/Core.php:

Rich (BB code):
? '<span class="' . implode(', ', $classes) . '">' . $usernameHtml . '</span>'
 
Top Bottom