هل يجب عدم اعتبار المنشورات ذات الإجراءات الصغيرة كتُرُدّ؟

مرحبًا، لقد لاحظت أن عمليات المشرف مثل إخفاء أو إظهار موضوع ما أو تغيير تصنيفه تُعتبر ردًا جديدًا على الموضوع. وبالتالي، سيظهر هذا الموضوع في تبويب “الأحدث” حتى لو لم تكن هناك ردود حقيقية على المناقشة.

هل هذا معقول؟ لا أعتقد أن زوار المنتدى يهتمون بهذه العمليات الإدارية.

5 إعجابات

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)

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)

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)