Is there a way to publicly show that the user is suspended within the topic? Currently it is only possible to see the suspension badge within the user's profile.
I'm using this CSS to show the Original Poster of a thread, would it be possible to show suspended users in a post?
div.PostStream-item:nth-child(1) > article > div > header > ul > li.item-user > div > h3:after{
content: "OP";
background: #F05D1D;
border-radius: 4px;
padding-left: 10px;
padding-right: 10px;
color: #fff;
margin-left: 14px;
}