Closed (duplicate)
Project:
Flag
Version:
5.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2008 at 18:18 UTC
Updated:
12 Mar 2009 at 00:33 UTC
Hello and thank you for the awesome tool. I'm in need of giving users the option to flag items but not unflag them. I have a website that uses your tool to let people claim content so since I have the flag threshold set.
The obvious temporary solution is to use CSS and hide the unflag class with .unflag{ display: none;} but folks can still access the code by viewing the source code.
The other reason why I would like this permission option is to give admins the ability to unflag an item.
So I suppose how this would work would be drupal access control permission allowing flagging and unflagging.
Thank you.
Comments
Comment #1
mooffie commentedThis isn't possible yet, but it's a feature request:
#285237: Ability to disallow a flag/unflag operation
Comment #2
walker2238 commentedI like this idea. Especially for things like reporting content to admin. Maybe would it be possible to just set the confirmation message as plain text? I know this isn't a good solution but for those who don't mind making a quick hack until a better solution comes along.
Oh yeah great module by the way. I use to use views_bookmarks and wasn't keen on switching... but now this module has allowed me to get rid of a few modules.