Chat statistics should not be visible if Chat is disabled

If Chat is disabled:

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

6 Likes

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 Likes

Nice workaround!

Thanks @JammyDodger :smiley:

3 Likes

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 Likes

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

3 Likes

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