Come rimuovere il conteggio "argomenti _per settimana_"?

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.

Thanks for the reply. That sounds good, it would be exactly what we need. Alas, it does not work for me. Here is a link to the forum: https://forum.a9t9.com/

Any idea on what could be the issue? (The forum is currently hosted on Communiteq (formerly DiscourseHosting), and not customized in any way by us).

Non sono sicuro dello scopo del riporto automatico dopo 2 anni, ma a volte è abbastanza interessante. Ecco cosa ho fatto:

th.topics, td.topics {
    display: none;
}

Ok, quindi sono nuovo nel mondo di discourse e non ho molta idea di CSS. Potresti magari spiegare un po’ dove hai messo questo o cosa si deve fare per passare dall’argomento a settimana al numero di post.

Grazie in anticipo.

Crea solo un “componente tema”. Penso che queste siano le istruzioni: Developing Discourse Themes & Theme Components

Beh, è stato abbastanza facile. :slight_smile:
Grazie.

Quindi ora non ho più numeri. Posso inserire qualcosa che porti solo il numero totale di argomenti nella categoria? Se sì, potresti aiutarmi a capire cosa inserire?