新论坛 - 能隐藏关于页面上的网站统计数据吗?

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.