is this a bug?

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
607
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

Code:
.username--banned {
    color: red;
    text-decoration: line-through;
}

this is what i see in the admin account
1.PNG


this is what other members see
2.PNG



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
 

dwinchester

Well-known member
Registered
Joined
Aug 12, 2020
Messages
188
Points
38

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

Code:
.username--banned {
    color: red;
    text-decoration: line-through;
}

this is what i see in the admin account
View attachment 31544

this is what other members see
View attachment 31545


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
UNKNOWN PHI'm not sure if is a bug, you're doing a modification that might be involved giving other groups permissions to see it that way, have you tried the view from a Moderator ?
 

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,067
Points
173

Reputation:

it not a bug. that user not move to groups banned.

goto /admin.php?options/groups/discourager/#addBanUserGroup

2022-11-20_13-46-39.png
 
Last edited:

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
607
Points
73

Reputation:

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
607
Points
73

Reputation:

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

still not working even if I override the user group That's what I did but I don't know why it won't work
UNKNOWN PHplease tell us in detail what is still not working, maybe some more screenshots and some information what you have executed and where. Then we might be able to help
 
Last edited:

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,067
Points
173

Reputation:

still not working even if I override the user group That's what I did but I don't know why it won't work
UNKNOWN PHif user not move to groups banned color not show because color not set to public.
go set Display styling priority for show it.
2022-11-21_14-45-45.png

and add
rich="true" to username or use addon
 

Roland

Well-known member
Registered
Joined
Sep 19, 2022
Messages
89
Points
8

Reputation:

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

Top