「週あたりのトピック数」の表示を削除する方法は?

I have an active but low traffic forum. How can I remove the “topics per week” counter? Seeing “1 topic per week” or so in a category makes the forum look a bit deserted.

Ideally I would just have a “Topics” counter without any time limitation, just the plain number of topics per category. Is there a switch for this?

To clarify: I am talking about the counter on the category page, which I use as default homepage (this page: Categories - Discourse Meta )

Thanks,
Anton

The category page should be using an absolute count for categories with low velocity, already.

Yes, verified on one of my own instances:

Even here on meta there is a mixture, see categories here and look at plugins for example. Working as designed.

返信ありがとうございます。その内容はまさに私たちが求めていたものです。残念ですが、私の環境では動作しません。フォーラムへのリンクはこちらです:https://forum.a9t9.com/

問題の原因として考えられることは何かありますか?(このフォーラムは現在、Communiteq(旧 DiscourseHosting)上でホストされており、当社は一切のカスタマイズを行っていません)。

2 年経過後に自動的にトピックを上部に移動させる目的はよくわかりませんが、たまには面白いこともありますね。私が行ったのは以下の通りです:

th.topics, td.topics {
    display: none;
}
「いいね!」 3

さて、私はディスコースの世界に新しく、CSSについてはあまりよく知りません。それで、これをどこに入れたのか、あるいは週ごとのトピックから投稿数に切り替えるために何をする必要があるのか、少し説明していただけますか?

よろしくお願いします。

「いいね!」 1

「テーマコンポーネント」を作成してください。指示は次のとおりだと思います: Developing Discourse Themes & Theme Components

「いいね!」 2

それはとても簡単でした。:slight_smile:
ありがとうございます。

それで、今はまったく数字がありません。カテゴリ内のトピックの合計数だけを表示するものを入れることはできますか?もしそうなら、何を入れるべきか教えていただけますか?

「いいね!」 1