1 User has a different color name

evilmaniac

Member
This lone user gets a different shade of blue on the 'Member's Online' section. I am unaware as to why this happens seeing that users with an identical usergroup set up will have the default darker shade of blue. If I strip him of any additional usergroups so that he remains only in the 'Registered Users' group, the issue remains. Is there any reason as to why this could be happening ? The problem does not occur with anyone else.
 

Attachments

  • bigg.webp
    bigg.webp
    3.9 KB · Views: 9
This lone user gets a different shade of blue on the 'Member's Online' section. I am unaware as to why as users with an identical usergroup set up will have the default darker shade of blue. If I strip him of any additional usergroups so that he remains only in the 'Registered Users' group, the issue remains. Is there any reason as to why this could be happening ? The problem does not occur with anyone else.

They are in invisible mode.

Edit: If you want to style it you could always adjust the following inserting it into extra.css template styling it to your preference.

Code:
.sidebar .userList .username.invisible {
    color: red;
}
 
Top Bottom