لا ينبغي أن تكون إحصائيات الدردشة مرئية إذا تم تعطيل الدردشة

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):

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.