Pequenas ações em posts não devem ser consideradas como respostas?

Olá, notei que operações de administrador, como listar/deslistar um tópico ou alterar sua categoria, são consideradas como uma nova resposta ao tópico. Assim, esse tópico apareceria na aba “Mais Recentes”, mesmo sem haver respostas reais à discussão.

Isso é razoável? Acredito que os visitantes do fórum não se importam com essas operações de administrador.

5 curtidas

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 curtidas

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 curtida

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 curtida