Needs review
Project:
Views Live Filters
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2009 at 18:05 UTC
Updated:
30 Apr 2010 at 19:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
lelizondo commentedThis is working. Thanks.
Comment #2
robby.smith commentedthanks for the great work!
is it possible to extend this and choose with filters should be 'live filters'?
Comment #3
vkareh commentedGood 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.Comment #4
john.money commentedNice 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.