Very grateful that Discourse shoots down spam. No human community can exist with bots littering everything.
However, when a new user innocently copy & pasted her post, it appears that our “sysadmin” silenced her automatically. (Screenshot: 2019-01-08_1837 )
When I check her “Silence” status, she doesn’t appear to be silenced.
Yet this user has received several replies to her post and not responded in a few weeks. How do I unsilence her (if she is silenced)?
إعجاب واحد (1)
dax
(Daniela)
8 يناير 2019، 5:29م
2
You can do it from her admin user profile. Enter her profile and click the Admin button on top right
and then check the Permissions section:
6 إعجابات
Thank you, @dax . So her profile says “Silenced? No”.
Yet I got this message next to her post:
“@system silenced this account until December 25, 3018. Reason: New user typed too fast”
Which is correct though?
Her profile in admin that says not silenced, or the message above that appears on her post with a memo icon next to her username and says she’s been silenced?
Someone unsilenced that user. So you’re seeing a log of past events.
إعجابَين (2)
Epi320
(Howard)
6 فبراير 2025، 12:41ص
7
لقد ساعدني هذا كثيرًا!
ولكن لدي مشكلة مماثلة.
كيف أمنع النظام من إسكات المستخدم تلقائيًا بسبب علامة المسؤول/المشرف؟
شكرًا!
هل هناك خطأ متعلق بإخفاء/كتم المشاركات في كود Discourse؟
I18n.t("temporarily_closed_due_to_flags", count: SiteSetting.num_hours_to_close_topic),
)
topic.set_or_create_timer(
TopicTimer.types[:open],
SiteSetting.num_hours_to_close_topic,
by_user: Discourse.system_user,
)
end
def auto_hide_if_needed
return if @post.hidden?
return if !@created_by.staff? && @post.user&.staff?
not_auto_action_flag_type =
!@post_action_type_view.auto_action_flag_types.include?(@post_action_name)
return if not_auto_action_flag_type && !@queue_for_review
if @queue_for_review
if @post.is_first_post?
@post.topic.update_status(
سلوك مقصود أم لا؟
Lydia2
(Lydia )
10 مارس 2026، 7:20ص
10
كيف يجب عليّ إلغاء كتم صوت هذا المستخدم؟ لا يوجد زر لإلغاء الكتم.
إعجاب واحد (1)
Bas
(Bas van Leeuwen)
10 مارس 2026، 1:04م
11
مرحباً ليديا،
يبدو أن هذا ليس الشكل الذي من المفترض أن تبدو عليه، لست متأكداً مما حدث
إذا كانت هذه حالة فردية، هل يمكنك التحقق مما سيحدث إذا نقرت على زر “كتم الصوت”؟ ربما يعيد ذلك الحالة إلى شيء صحيح
إعجاب واحد (1)
Lydia2
(Lydia )
11 مارس 2026، 8:09ص
12
شكرًا، لقد ضغطت على زر “كتم الصوت” لكتم صوت المستخدم، ثم ظهر زر “إلغاء كتم الصوت”
إعجاب واحد (1)
Bas
(Bas van Leeuwen)
11 مارس 2026، 9:39ص
13
فشلت المهمة بنجاح
أبلغنا إذا تكرر هذا الأمر، فهذه ليست حالة يجب أن يكون عليها النظام
إعجابَين (2)