@PitaJ @arranka
Hi @all
I still have the problem of the user display bug if there are too many members despite the plugin update.
ISSUE HERE: https://github.com/NodeBB/nodebb-plugin-global-chat/issues/6
I have hidden the list of users with the CSS code ACP:
.chats-full [component="chat/header"] .members {
display: none;
}
.chats-full [component="chat/header"]::before {
content: "-- Tchatter avec tout les membres --";
font-weight: 500;
}
The problem is that this code hides users for all discussions and not just the Global Chat
How to do this ? Or declare ROOMID on CSS/ACP
Another question:
How to rename the name of the salon?
thanks for considering my comments.