rajput7707
(Prashant Rajput)
17 فبراير 2023، 4:00ص
1
هل هناك أي طريقة لتقييد المستخدمين من نشر أي شيء يحتوي على كلمات غير لائقة محددة في فئة معينة فقط.
على سبيل المثال. لقد قمنا بإعداد فئتين أ و ب. الآن نريد تقييد المستخدمين من نشر أي شيء يحتوي على “xyz” (مثال). في الفئة أ فقط على الرغم من أنه يجب أن يكون المستخدمون قادرين على نشر أي شيء في الفئة ب…
إعجاب واحد (1)
قد يكون هذا عالميًا. قد تحتاج إلى إنشاء إضافة لـ “تجاهل” فئات معينة.
This is a reference guide for describing how the Watched Words page functions and the different types of action types you can use to block specific words on a Discourse site.
Required user level: Administrator
Understanding Watched Words
You can setup Watched Words to take actions based on words found in a topic or post (located at .../admin/customize/watched_words ).
[image]
There’s a max of 2000 words per type of action.
On all actions, * can be used a…
4 إعجابات
Lhc_fl
(Linca)
17 فبراير 2023، 11:13ص
3
هل يمكن لهذا المكون الإضافي الرسمي مساعدتك؟
Summary
Discourse Automation lets you automate actions through scripts and triggers. Customisation is made through an automatically generated UI.
Install Guide
This plugin is bundled with Discourse core. There is no need to install the plugin separately.
[Capture d’écran 2021-07-02 à 15.13.57]
Features
Easy automation of complex workflows
Triggers automations at specific dates, periodically, or on specific events
Provides automatically generated …
وضع علامة على المشاركات بناءً على الكلمات : وضع علامة على موضوع عند إنشائه/تحريره إذا كان يحتوي على كلمات معينة
3 إعجابات
rajput7707
(Prashant Rajput)
20 فبراير 2023، 6:07ص
4
شكراً @Lhc_fl ، بما أنني جديد على discourse، فأنا غير قادر على فهم كيفية إنشاء إضافة مخصصة أو إضافة ميزتنا إلى أي إضافة موجودة. لذا، هل يمكنك توضيح كيفية حل مشكلتي بالضبط؟
mattdm
(Matthew Miller)
21 فبراير 2023، 4:40ص
5
إعجابَين (2)
Canapin
(Coin-coin le Canapin)
21 فبراير 2023، 1:30م
6
إليك كيفية إضافة إضافة إلى Discourse:
This guide assumes that you have a self-hosted standard installation. We only support the standard method of install here, so these instructions assume you have a standard install .
This guide only applies to self-hosted Discourse instances. If you are using a managed hosting service, the available plugins are controlled by your hosting provider. For example, on our hosting these specific plugins are available by hosting tier.
In this tutorial, we’ll install the Discours…
إليك مثال لمهمة آلية باستخدام هذه الإضافة:
سيؤدي ذلك تلقائيًا إلى وضع علامة على منشور يحتوي على بعض الكلمات في فئة معينة.
سيتم إخفاء محتوى المنشور، ولكن يمكن لأي شخص، حتى المستخدمين العاديين، النقر فوق زر لإظهار المحتوى المخفي.
يمكن التحايل على هذا باستخدام حل CSS:
Turns out this does create some side effects:
When the most recent post in a topic is hidden and a user clicks on the most recent post indicator in the topics list it will try to go to the hidden post but then “bounce” randomly way back higher in the thread.
The owner of the hidden post won’t have a chance to edit it because the controls for the post are also hidden.
So this appears to be a better solution:
body:not(.staff) {
.post-hidden a.expand-hidden {
display: none;
}
…
ولكن لاحظ سلوكه (يمكن لأي شخص قراءة الرسالة المخفية) تمت مناقشته، ألقِ نظرة على:
How would you feel about having these auto-hidden-due-to-threshold posts hidden to non-moderators and non-flaggers? (leaving it visible as stubs to people who originally flagged and mods)
Keep in mind that this is meant to be a temporary state, people can recover from auto hide by correcting a post.