fzngagan
(Faizaan Gagan)
2 Marzo, 2021 14: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 Me gusta
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 Me gusta
Brilliant component!
is this possible to just make it so it appears on staff posts?
4 Me gusta
fzngagan
(Faizaan Gagan)
3 Marzo, 2021 07:04
5
I’ll take a look at this request soon.
p.s.
This is addressed now.
2 Me gusta
j.jaffeux
(Joffrey Jaffeux)
3 Marzo, 2021 07: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 Me gusta
fzngagan
(Faizaan Gagan)
3 Marzo, 2021 07: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 me gusta
ganncamp
(G Ann Campbell)
10 Mayo, 2023 13:09
8
Tenemos este componente instalado, pero el interruptor ya no aparece.
¿Ha dejado de funcionar o es posible que hayamos realizado alguna edición en otro lugar (en nuestros temas?) que lo haya bloqueado inadvertidamente?
Todavía está funcionando definitivamente en meta.
¿Qué dice tu configuración aquí?
1 me gusta
Ah, leí mal el problema original, ¡no se trata de la funcionalidad general de susurro, entendido! @fzngagan ya está al tanto, ¡parece!
1 me gusta
Lhc_fl
(Linca)
10 Mayo, 2023 13: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,
});
}
);
});
},
};
Aparentemente este código está roto. siteSettings.enable_whispers ha sido modificado a siteSettings.whisper_allowed_groups.
Puedes probar mi fork aquí:
Allows staff to change a post to whisper and vice-versa
3 Me gusta
ganncamp
(G Ann Campbell)
10 Mayo, 2023 14:20
19
¡Gracias @Lhc_fl ! Desafortunadamente, no creo que pueda probar tu fork ya que estamos en una instancia alojada. ¡Pero aprecio tu rápida investigación! Quizás eso acelere la solución oficial.
1 me gusta
Puedes tener cualquier componente de tema que desees. Solo los plugins necesitan ser #oficiales (o revisados)
Sin embargo, creo que @fzngagan querrá arreglar este, así que si puedes esperar, puede ser mejor en este caso.
2 Me gusta
En realidad es un repositorio de Pavilion
@Lhc_fl PR y lo revisaré.
2 Me gusta
¿Quieres añadir la etiqueta pavilion ?
1 me gusta
Sí, hagámoslo y discutiré si @fzngagan quiere ceder el tema.
1 me gusta
@merefield ¿Hay algún avance en esto? Creo que todavía podría estar en el limbo.
3 Me gusta
Está pendiente de una decisión (presumiblemente trivial) de la organización. He hecho seguimiento hoy.
2 Me gusta