Summary | Small plugin that shows a silenced flair when a user is silenced. This will overrule any regular flair. | |
Repository Link | GitHub - chapoi/discourse-silenced-flair | |
Install Guide | How to install plugins in Discourse |
Features
When a user is silenced, an avatar flair is shown on their user card, profile page, and on their topic avatar. Only visible to the groups that can see who is silenced (admins and moderators).
-
Usercard
-
Profile page
-
Topic avatar
Limitation
This flair does not replace any existing flairs, but simply pastes the silenced flair on top of them visually. It uses the post-avatar:after
widget, and 2 connectors: user-card-avatar-flair
and user-profile-avatar-flair
to do this.
Meaning any other usage of these outlets will result in a conflict with this plugin.
To do
- add tests