Closed (won't fix)
Project:
Views Filter Block
Version:
5.x-1.4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2008 at 17:24 UTC
Updated:
3 Feb 2013 at 16:23 UTC
That is my problem, when i configure the module, i get only one of my three filters in the block, the one that is placed highest during the view edition. nevertheless the rest of the filters apear in my source code, but i noticed that they get hidden by a css class: "collapsed". Each filter is wrapped with it's own fieldset, the first one has the class: "collapsible", but the rest have the class:"collapsed" besides "collapsible".
why does this happen? how can i solve this?
Comments
Comment #1
leanazulyoro commentedI've noticed that the reason i couldn't open any of the collapsed fieldsets is because i hadn't set any labels for those filters so i had no "trigger". Still i wonder if there is a chance for me to choose weather or not i want collapsible fieldsets, or even better, choose weather or not i want fieldsets at all.
Comment #2
varunity commentedSee here:
http://drupal.org/node/243456#comment-841347
I used this technique to put
into the fieldset elements I didn't want to show up.
Comment #3
EvanDonovan commentedTry the theme override function I described in http://drupal.org/node/147801#comment-880246 (or change the module's theme function, as I did). That might be a better way than copy-and-paste of the form code (which turns it into a static bit of HTML, rather than part of the forms API).
Comment #4
pomliane commentedThis version of Views Filter Block is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.