Request for more override functionality
seanenroute - January 7, 2007 - 08:20
| Project: | Views Filter Block |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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^

#1
I 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.
#2