fzngagan
(Faizaan Gagan)
2 مارس 2021، 2:36م
1
This theme component adds a post menu button for staff users to make a regular post a whisper or vice versa.
How to install
Get the code
This is useful especially for forums where a lot of conversations happen in whisper and a staff user ends up posting something and later wants to hide or show the post to non-staff users.
30 إعجابًا
Nice! I remember this debate a few years ago. I have been burned by this so many times. The official response is:
Er, the cat is out of the bag once you post as a not-whisper. Going back and retconning posts into whispers via editing is not something I can support as a feature.
I am often scrambling to delete whispers before they get emailed out and too many people notice my mistake!
9 إعجابات
Brilliant component!
is this possible to just make it so it appears on staff posts?
4 إعجابات
fzngagan
(Faizaan Gagan)
3 مارس 2021، 7:04ص
5
I’ll take a look at this request soon.
p.s.
This is addressed now.
إعجابَين (2)
j.jaffeux
(Joffrey Jaffeux)
3 مارس 2021، 7:44ص
6
Yes I think the same, it’s very easy to get wrong with whispers and this is one of the cases where simplicity has too be sacrified for peace of mind.
5 إعجابات
fzngagan
(Faizaan Gagan)
3 مارس 2021، 7:57ص
7
My question then is, does discourse behave differently in terms of email if the post is deleted vs when its post_type is changed?
إعجاب واحد (1)
ganncamp
(G Ann Campbell)
10 مايو 2023، 1:09م
8
لدينا هذه المكونة مثبتة، ولكن المفتاح لم يعد يظهر.
هل توقفت عن العمل، أم من الممكن أننا أجرينا بعض التعديلات في مكان آخر (على سماتنا؟) أدت إلى حظره عن غير قصد؟
لا يزال يعمل بالتأكيد على meta.
ماذا تقول إعداداتك هنا:
إعجاب واحد (1)
آه، لقد قرأت المشكلة الأصلية بشكل خاطئ، الأمر لا يتعلق بوظيفة الهمس العامة، فهمت! يبدو أن @fzngagan يعمل على القضية بالفعل
إعجاب واحد (1)
Lhc_fl
(Linca)
10 مايو 2023، 1:37م
18
name: "toggle-whispers",
initialize() {
withPluginApi("0.11.0", (api) => {
api.registerValueTransformer(
"post-menu-buttons",
({ value: dag, context: { lastHiddenButtonKey } }) => {
dag.add("post-folding", WhisperToggle, {
before: lastHiddenButtonKey,
});
}
);
});
},
};
يبدو أن هذا الكود معطل. تم تعديل siteSettings.enable_whispers إلى siteSettings.whisper_allowed_groups.
يمكنك تجربة نسختي هنا:
Allows staff to change a post to whisper and vice-versa
3 إعجابات
ganncamp
(G Ann Campbell)
10 مايو 2023، 2:20م
19
شكراً @Lhc_fl ! للأسف، لا أعتقد أنني أستطيع تجربة نسختك لأننا نستخدم نسخة مستضافة. لكنني أقدر تحقيقك السريع! ربما هذا سيسرع الإصلاح الرسمي.
إعجاب واحد (1)
يمكنك الحصول على أي مكون سمة تريده. المكونات الإضافية فقط هي التي تحتاج إلى أن تكون #رسمية (أو تم فحصها)
ومع ذلك، أعتقد أن @fzngagan سيرغب في إصلاح هذا، لذا إذا كان بإمكانك الانتظار فقد يكون ذلك أفضل في هذه الحالة.
إعجابَين (2)
إنه في الواقع مستودع جناح
@Lhc_fl طلب سحب وسأقوم بمراجعته.
إعجابَين (2)
هل تريد إضافة وسم #pavilion؟
إعجاب واحد (1)
نعم، لنفعل ذلك وسأناقش ما إذا كان @fzngagan يريد تمرير الموضوع.
إعجاب واحد (1)
@merefield هل هناك أي تقدم في هذا الشأن؟ أعتقد أنه قد لا يزال معلقًا؟
3 إعجابات
إنه ينتظر قرارًا تنظيميًا (من المفترض أنه بسيط). لقد تابعت اليوم.
إعجابَين (2)