Drupal, Views, Exposed filter: custom default selected tags
- by Patrick
hi
I'm using Drupal, Views with a exposed filter (using taxonomy).
My customer wants to set from back-end the default selected tags (in order to pre-filter the views content).
In the exposed filter settings, there is functionality. However, it doesn't work properly: when I click on "Select None" link (I'm using better_exposed_filter module) I expect none of the tags are selected, instead, the default configuration (default selected tags) are selected, so actually it doesn't work anymore. I hope it is clear.
So, I was wondering if I can prepare a custom menu in which my user can check/uncheck the default selected tags in the view.
thanks