The Views Hacks project is a set of submodules that add functionality to Views.
Included submodules
- Views Block (views_block): Exposes blocks as Views objects.
- Views Filters Reset (views_filters_reset): Adds a "Reset" button to exposed filters.
- Views Selective Exposed Filters (views_filters_selective): Restricts exposed filter values to those present in the result set.
- Views Composite Exposed Form Plugin (views_composite_exposed_form): Allows multiple exposed form plugins to be activated simultaneously in Views 3.
- Views Taxonomy Summary (views_summary_taxonomy): Provides a summary style plugin suitable for displaying hierarchical taxonomies.
- Views Display Block Path (views_display_block_path): Extends block display plugin to support URL path and use exposed filter form without Ajax.
- Views Filters Auto-submit (views_filters_autosubmit): Auto-submits exposed filters on change. On Drupal 7, this is covered by the auto-submit option in Better Exposed Filters.
- Views Perm (views_perm): Exposes permission information to Views. (Under construction)