https://github.com/backdrop-contrib/better_exposed_filters
Replaces the Views single-select or multi-select elements with radio buttons or checkboxes, respectively.
https://github.com/backdrop-contrib/better_exposed_filters
backdrop backdropcms cms filters views
Last synced: about 1 year ago
JSON representation
Replaces the Views single-select or multi-select elements with radio buttons or checkboxes, respectively.
- Host: GitHub
- URL: https://github.com/backdrop-contrib/better_exposed_filters
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2015-11-24T20:10:13.000Z (over 10 years ago)
- Default Branch: 1.x-3.x
- Last Pushed: 2024-04-10T13:18:56.000Z (about 2 years ago)
- Last Synced: 2024-04-10T14:58:39.648Z (about 2 years ago)
- Topics: backdrop, backdropcms, cms, filters, views
- Language: PHP
- Homepage: https://backdropcms.org/project/better_exposed_filters
- Size: 394 KB
- Stars: 1
- Watchers: 9
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Better Exposed Filters
======================
Replaces the Views' default single-select or multi-select elements with radio
buttons or checkboxes, respectively.
Views Filters are a powerful tool to limit the results of a given view. When you
expose a filter, you allow the user to interact with the view making it easy to
build a customized advanced search. For example, exposing a taxonomy filter lets
your site visitor search for articles with specific tags. Better Exposed
Filters gives you greater control over the rendering of exposed filters.
Installation
------------
- Install this module using [the official Backdrop CMS instructions](https://backdropcms.org/guide/modules)
- Configure any view under Administration > Structure > Views.
- Adjust the view to use Better Exposed filters under Advanced > Exposed Form.
Documentation
-------------
Additional documentation is located [in the Wiki](https://github.com/backdrop-contrib/better_exposed_filters/wiki/Documentation)
Issues
------
Bugs and Feature requests should be reported [in the Issue Queue](https://github.com/backdrop-contrib/better_exposed_filters/issues)
Current Maintainers
-------------------
- [Jen Lampton](https://github.com/jenlampton)
- [Laryn Kragt Bakker](https://github.com/laryn)
- Seeking additional maintainers
Credits
-------
- Originally written for Drupal by [Mike Keran](https://www.drupal.org/u/mikeker)
- Ported to Backdrop CMS by [Jen Lampton](https://github.com/jenlampton)
- Port to Backdrop sponsored by [America's Best Bootfiters](http://www.bootfitters.com)
License
-------
This project is GPL v2 software. See the LICENSE.txt file in this directory for
complete text.