Posted by shushu on July 29, 2010 at 8:36am
This module provides a themed function called "get_exposed_filter_output()" which print out the values of the exposed filter used in a view.
This can be useful in the view header, in case the exposed filter is in a block, but there is a need to show the user according to what filter he got the results.
The idea is based on the discussion - #658566: Use data from exposed filter in title or header.
To use this module you should:
<?php
print get_exposed_filter_output();
?>All of the exposed filters are available in the $exposed_filters variable inside the template file.
The basic template is not very useful since it does not have the proper labels of the filters.
Downloads
Project Information
- Maintenance status: Minimally maintained
- Development status: Under active development
- Module categories: Theme Enhancements, Views
- Reported installs: 65 sites currently report using this module. View usage statistics.
- Last modified: January 14, 2012