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

infojunkie’s picture

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

aznboy’s picture

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

infojunkie’s picture

Status: Active » Fixed

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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.