Closed (fixed)
Project:
Views Filter Block
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2007 at 08:20 UTC
Updated:
12 Feb 2007 at 17:59 UTC
This is a great module that's been needed since the dawn of Views. Thank you.
I would love it if you could add in more overrides.
It would be easier to work with if it came out as a list instead of in individual fieldgroups. It creates a lot of wasted space and makes styling difficult. Or if possible integrate it somehow into 'contemplate'.
Also the ability to turn off the collapsibility feature in settings would be nice. I already dug into the code and turned it to false - thus ends my programming ability.
Once again, thank you thank you thank you for this module. ^o^
Comments
Comment #1
douggreen commentedI added support for defining which filters (fieldsets) are open (not collapseed). If the exposed filter is set as "Filter settings Default", then the fieldset will be open. Also:
(a) if any of the values are set, the fieldset is open
(b) if none of the values are set and there are no "default" filters, then the first fieldset is open.
I won't be adding support for alternate list output in the near future. You can always customize this in your theme by writing a theme_views_filterblock.
Comment #2
douggreen commented