채팅이 비활성화된 경우 채팅 통계가 표시되지 않아야 합니다

If Chat is disabled:

It’d be really nice to not display the stats for it on the /About page :blush:

6개의 좋아요

FWIW I would also extend this further to not displaying it if Chat is being used as a staff-only function so as not to reveal its existence/activity to everyone. :+1:

At the moment the CSS workaround is adding this to a small theme component:

.about-chat_messages-count {
    display: none;
}
6개의 좋아요

Nice workaround!

Thanks @JammyDodger :smiley:

3개의 좋아요

Hi @Richie, I’ve just merged a fix for this yesterday, once your site is updated the chat stats should no longer show up in the About page (there may be a 30m delay as well since we cache the About stats heavily):

https://github.com/discourse/discourse/pull/20496

You should no longer need to have the CSS fix after this.

6개의 좋아요

Great job @Martin - thank you so much :smiley:

3개의 좋아요

This topic was automatically closed after 3 days. New replies are no longer allowed.