Posted by gonzalez_ea on February 8, 2009 at 11:04pm
Jump to:
| 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;
}