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

mooffie’s picture

Status: Active » Closed (duplicate)

This isn't possible yet, but it's a feature request:

#285237: Ability to disallow a flag/unflag operation

walker2238’s picture

I 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.