By quotientix on
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
_
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.
The problem is, that I want
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.
_
clever--- thanks for posting back your solution. I'm sure it will help someone else in the future.
Ignore
Nevermind.