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:

  • Enable the module
  • Add in the relevant view's header the php
    <?php
    print get_exposed_filter_output();
    ?>
  • Theme the content in any way you like by creating your own exposed_filter_data.tpl.php
  • 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

    Version Downloads Date Links
    7.x-1.0 tar.gz (7.86 KB) | zip (9.04 KB) 2012-Jan-14 Notes
    6.x-1.1 tar.gz (6.81 KB) | zip (7.95 KB) 2011-Aug-07 Notes

    Project Information


    Maintainers for Exposed Filter Data

    • shushu - 2 commits
      last: 3 weeks ago, first: 1 year ago

    Issues for Exposed Filter Data

    To avoid duplicates, please search before submitting a new issue.
    All issues
    Bug reports
    Oldest open issue: 31 Jul 10
    nobody click here