I piccoli post d'azione non dovrebbero essere considerati come risposte?

Ciao, ho notato che le operazioni di amministrazione, come l’inserimento o la rimozione di un argomento dal elenco o la modifica della sua categoria, vengono considerate come una nuova risposta all’argomento. Di conseguenza, l’argomento appare nella scheda “Ultimi” anche se non ci sono risposte reali alla discussione.

È ragionevole? Non credo che i visitatori del forum si interessino a queste operazioni di amministrazione.

5 Mi Piace

I see what you mean, don’t forget though, that when closing or unlisitng a topic, mods and staff have the ability to add text in those notifications. That’s why they count as a reply. It also indicated the last person who replied in that topic.

2 Mi Piace

Hello you can disable entirely via CSS but UX might have some inconveniences.

.small-action {
  display: none;
}
.small-action.time-gap {
  display: block;
}

Additionally, you can delete the staff action.

1 Mi Piace

If you change permissions of your category appropriately, visitors to the forum will never see these messages.

You set the permission of each category and so those permissions control who sees what category.

In your example @Jamie_Liu1, you change permissions of your “Release Notes” category.

1 Mi Piace