I have a node that displays a views (View field module).
All nodes that the view displays have a "fruit" field that have values like: apple, orange or banana, etc.
I want to create a filter inside a block.
The title of the block would be: SHOW ONLY FRUITS: .
and then the user can select (as checkbox) : apple, orange, banana .
I want that the user can change the view so it displays only the selected fruits (for example only apples and oranges).
I created the view so it takes arguments from the URL.
the URL: example.com/node/44/oranges will display only nodes with field "fruits" and value "orange" .
Now I only need to create a form which creates the URLs ... depending on what the user choose to see, apples, oranges, bananas etc.
Can I do it with this module ?
Comments
Comment #1
flevour commentedHi Tommy,
alas this is not what you are looking for.
A simple html+javascript form should do the trick if I understand your problem correctly.
Anyway nothing to do with this module.
Good luck and enjoy your time with Drupal,
Francesco
Comment #2
tommytom commentedthanks for your answer