Only one filter shows up in the block

leanazulyoro - March 29, 2008 - 17:24
Project:Views Filter Block
Version:5.x-1.4
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

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?

#1

leanazulyoro - March 29, 2008 - 17:33

I'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.

#2

varunity - May 12, 2008 - 21:39

See here:

http://drupal.org/node/243456#comment-841347

I used this technique to put

style="visibility=hidden;"

into the fieldset elements I didn't want to show up.

#3

EvanDonovan - June 12, 2008 - 19:40

Try 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).

 
 

Drupal is a registered trademark of Dries Buytaert.