منتدى جديد - هل هناك طريقة لإخفاء إحصائيات الموقع في صفحة "حول"؟

I have searched, but cannot find, any way to turn off the site statistics being shown on the site’s About page. Is there an easy way to turn this off. Its not too helpful to be showing this when the forum is just starting - I would prefer to turn this off until we get a reasonable number of members.

Any help greatly appreciated.

إعجاب واحد (1)

The simple way is to give them with CSS. The data is still available, but it takes some energy to see that way.

There’s really no shame in being new. You have to start somewhere.

6 إعجابات

Being open and transparent is better than hiding stuff away.

إعجاب واحد (1)

Even when data is unnecessary?

إعجاب واحد (1)

CSS:

.stats {
    display: none;
}
7 إعجابات

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.