XF 2.1 Banned users not displaying as banned to guests and members

When logged in as Admin or Mod their names are crossed out and it says banned in the user title. However when viewing the forum as guest or registered user there is no way to see when someone is banned. How can I change this?
 
When logged in as Admin or Mod their names are crossed out and it says banned in the user title. However when viewing the forum as guest or registered user there is no way to see when someone is banned. How can I change this?

Create a Banned user group with the appropriate styling and add members to that user group automatically when banned.
 
Is there any custom addon you using on your board? If so, then might be it's making this issue.

To make this sure go to src/config.php file and add the following code

Code:
$config['enableListeners'] = false;

If you still facing the issue, then you not using the default XenForo system appropriately.
 
Alternatively you can use this free addon,
 
Top Bottom