Hi,

I would like to have a list of certain nodes, that can be selected/filtered by checkboxes.
After filtering, views should show me a view with the nodes I selected before.

Anybody ever done something like this before or knows a module?

Thanks!

Comments

WorldFallz’s picture

That's exactly what views exposed filters do (though not always checkboxes)-- just add filters for the items you want to be interactive and click the 'expose' button.

quotientix’s picture

The problem is, that I want to select specific nodes (which is not quite possible only with filters). If I filter by title, I only have the options one or all.

But I made it work like this:

Every node has a tag that is exactly it's title, then I filter for tags with http://drupal.org/project/better_exposed_filters, which gives me checkboxes.

WorldFallz’s picture

clever--- thanks for posting back your solution. I'm sure it will help someone else in the future.

harriska2’s picture

Nevermind.