I can see how you would want to be able to bookmark and unbookmark content. But for flagging abusive community members, it really doesn't make sense to unflag them. Is there any way to hide the 'unflag' link once a user or some content has been flagged?

Comments

solona’s picture

I used CSS to do this.
In my style.css I added

.unflag-action {
display:none;
}