Heliosurge
(Dan DeMontmorency)
Agosto 11, 2024, 1:48am
4
Aqui está o tópico onde um colega criou um componente, mas quando tentei, não funcionou e enviei uma mensagem privada para o DeV. Mas ele pode ter seguido em frente.
Finally got around to knocking this together as, https://github.com/Umbrella-CAST/discourse-umbrella-groupswitchdisplay Super simple, just removes the targeted DIV from the DOM based on is the current user in a group name “foobar” or not in the group via “!foobar”. That lets me have a simple toggle display of content like the below image.
Of course, if the component is disabled, then all of the content shows (since sans component the DOM doesn’t get trimmed down.) But this is good enough for w…