I am using Views Exposed Filters and created an issue with them http://drupal.org/node/1974108
But I am not sure if its there problem of Views Dependent Filters problem, I am starting to think its VDF's issue. If the filters are placed in fieldsets (which is what VIews Exposed Filters does), the VDF doesn't work.
Comments
Comment #1
TravisJohnston commentedAnything?
Comment #2
vivdrupal commentedAm also interested in making this work in fieldsets.
Comment #3
aczietlow commentedLook at overriding the views-exposed-form.tpl.php. In that template file you can create a custom fieldset and but the exposed filters inside of it.
Code snippet from views-exposed-form.tpl.php
I wanted the fieldset to be collapsed when the exposed filters had values selected. To accomplish this I'd put the logic in template.php of my them.
I'm sure there are other way of accomplishing this, but this worked well for me.
Comment #4
generalredneckDrupal 7 is no longer supported, closing. If this is a bug/feature for the latest version of the module, please reopen and change the version.
Comment #5
generalredneckDrupal 7 is no longer supported, closing. If this is a bug/feature for the latest version of the module, please reopen and change the version.