I needed a quickie to be able to choice which filters to expose (it was getting really unusable for text and multi select XD)

Attached adds checkboxes with options to views => tools
All
All viewname
Viewname:display

which can get long, but again, quickie solution.

Adds a class to the form so jquery can select it, and by getting rid of the other class which doesn't exist for block forums fixes #562852: Module does not alter Block display also.

Comments

lelizondo’s picture

Status: Active » Reviewed & tested by the community

This is working. Thanks.

robby.smith’s picture

thanks for the great work!

is it possible to extend this and choose with filters should be 'live filters'?

vkareh’s picture

Status: Reviewed & tested by the community » Needs review
StatusFileSize
new3.92 KB

Good job! I modified the code to include a configuration tab, and to only show checkboxes for views that have exposed filters (no need to overwhelm the user). Finally, I changed a few things to make it Drupal friendly (like using #after_build) and adhere to Drupal coding standards.

john.money’s picture

StatusFileSize
new3.58 KB

Nice cleanup on patch #3, but if the default display has exposed filter(s), then any other displays will not have exposed display options unless they override the default display. Removing that logic in patch below.