Configurable Views Filter Block
This module enhances the default exposed filters block for Drupal Views by allowing you to selectively display specific filter fields, control the visibility of the reset button and sort options, and present a plain form even when filters are grouped. This provides flexibility in how and where you present your view's filtering and sorting options, for instance, by distributing them across different regions or combining them with other search tools.
Extends the default exposed filters block from Views with additional options to display only some specific form fields per filters block instance.
The module provides visibility control over the reset button and sort options as well.
In case of grouping Views exposed filters into collapsible fieldsets (details), the module provides an option to filter them out and display a plain form in some particular instance.
Typical scenarios of use are:
- display a subset of exposed filters in a region and the rest in another
- move the Views sort options from the exposed filters area to another one
- combine exposed filters along with facets in the same region
Requirements
Just a Drupal site with some view with exposed filters on block.
Related modules
-
Better Exposed Filters
Provides advanced options (e.g. links, checkboxes, or other widgets) to exposed Views elements.
-
Facets
Allow the creation of faceted search interfaces.