Download & Extend

Can flagging be one way only, or can you always unflag?

Project:Flag content
Version:6.x-1.x-dev
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

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

.unflag-action {
display:none;
}