- Joined
- Jun 9, 2019
- Messages
- 653
- Points
- 73
Reputation:
is this a bug? or something needs to be done to fix it
in the admin account i see the ban member but with other members they can't see what I see all I did was put in the extra.less template modification that when the member is banned the name will be colored red
this is what i see in the admin account
this is what other members see
how to fix it other members cannot see if an account is banned I'm the only one who can see it
XF VERSION LATEST
THEMES
UIX PRO LIGHT
there are no errors in the server logs maybe something needs to be activated in the themes
in the admin account i see the ban member but with other members they can't see what I see all I did was put in the extra.less template modification that when the member is banned the name will be colored red
Code:
.username--banned {
color: red;
text-decoration: line-through;
}
this is what i see in the admin account
this is what other members see
how to fix it other members cannot see if an account is banned I'm the only one who can see it
XF VERSION LATEST
THEMES
UIX PRO LIGHT
there are no errors in the server logs maybe something needs to be activated in the themes