Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
6.x-1.9
Component:
Core
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2011 at 03:18 UTC
Updated:
23 Jun 2011 at 15:41 UTC
Hello,
After reading on VBO I was wondering if the nodes selected can be passed to make another view. Not sure how that would really work as I have the information is spare on how to use VBO except for the loaded actions from drupal.
Thanks.
Comments
Comment #1
infojunkieWhat does "make another view" mean? A view is a SQL SELECT statement.
The closest thing I can think of is select a bunch of nodes, then use the "Pass objects as arguments to a page" action to call another page, which can be another view, with the nids on the URL.
Comment #2
aznboy commentedWhat I mean is as follows:
I create a vbo that list all the nodes of a node type.
Then select the nodes that I would like to show up a view.
Then those nodes would be passed to create it own view.
What am I asking help for?
Because my lack of vbo and views is limited to the documentation that I read and I would like to be able to present only certain nodes in a view instead of all of them.
Thanks for the response.
Comment #3
infojunkieWhat you're asking for doesn't make sense, because you cannot "put" nodes in a view. Maybe you need Nodequeue which is a manually-edited list of nodes.