Heliosurge
(Dan DeMontmorency)
11 Agosto, 2024 01:48
4
Aquí está el tema donde un compañero creó un componente pero cuando lo probé no funcionaba y le envié un mensaje privado a DeV. Pero es posible que ya se haya ido.
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…