I created a view with the flagged nodes . I want my moderators to remove the flags of other users with a link next to the nodes. But this is the problem:

http://i35.tinypic.com/zvwmtc.jpg

CommentFileSizeAuthor
views.jpg110.95 KBAlcaparra

Comments

mooffie’s picture

I want my moderators to remove the flags of other users

It's not currently possible.

(But your error message is interesting nevertheless. Could you 'export' it and paste it on pastebin.com? Then give us the link.)

Alcaparra’s picture

http://pastebin.com/v1DN4uCF

Now, I try to solve the problem with "Views Custom Field". I tried:

<?php
echo '<a href="' . flag('unflag', 'nid', $account = 'users_flag_content_uid', $skip_permission_check = TRUE) . '">Unflag</a>';
?>

but nothing happens. Do you know what is the problem?

mooffie’s picture

Now, I try to solve the problem with "Views Custom Field"

We dicsuss this in the other thread.

http://pastebin.com/v1DN4uCF

No, I mean I want you to 'export' the view. There's an 'export' tab somewhere and clicking it gives you the "code" for the view, which you can then paste here so people can see exactly what your view is composed of.

Alcaparra’s picture

Ok, Here's the code: http://pastebin.com/mACJGtJT

mooffie’s picture

Status: Active » Closed (duplicate)