Active
Project:
Flag content
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2009 at 23:04 UTC
Updated:
14 Apr 2010 at 18:59 UTC
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
Comment #1
solona commentedI used CSS to do this.
In my style.css I added
.unflag-action {
display:none;
}