By derjochenmeyer on
Does anyone have an idea how to display checkboxes instead of multiselect fields in the exposed filters of a view?
Does anyone have an idea how to display checkboxes instead of multiselect fields in the exposed filters of a view?
Comments
Form alter solution
You could check out this discussion: http://groups.drupal.org/node/5207
Or, a quick alternative If you want to turn ALL select fields of ALL views filters into checkboxes;
Create a module called 'viewsfiltercheckboxes.module' or anything you like, containing:
You also need an info file 'viewsfiltercheckboxes.info'
Put these files in a subdirectory of your modules directory and activate the module.
Thanks!
Its what i was looking for!
----------------------
okay.cool