Closed (duplicate)
Project:
Flag
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2008 at 21:06 UTC
Updated:
16 Jan 2009 at 08:51 UTC
Instead of having a javascript flagging operator in the Views output, would it be possible to have checkboxes to flag multiple items at once?
Views Bulk Operations does this, and I remember reading recently a guide to another flagging system that allowed you to go through multiple pages and the checkboxes were carried through.
Comments
Comment #1
mooffie commentedThis module already works with VBO (I've just fixed a bug that prevented this from hapenning), and with Drupal's own bulk operation utility (q=admin/content/node).
I see you're using D6, and VBO's homepage doesn't seem to indicate it has a compatible version, but you should be able to use any other VBO-like module.
What, in your opinion, is missing? (And, BTW, why aren't you extremely fond of the javascript operator?) I'm marking this 'needs info'.
====
Incidentally, there are two kinds of checkboxes:
1. Those that checking them means "Flag these nodes when I click 'submit'".
2. Those whose state (checked or unchecked) reflects the state of the node's flag.
I assume you are talking about the first kind.
Comment #2
quicksketchClosing after lack of response. Thanks for the updates Mooffie.
Comment #3
mooffie commentedI'm actually interested in this. But I postone this till after the Views cleanup.
Comment #4
mooffie commented(BTW, VBO for D6 is out and is supposed to work with flag.)
Comment #5
mooffie commentedI'm marking this a duplicate of #353534: Add Checkboxes as Display Type