| 1 |
$Id: README.txt,v 1.3 2009/01/27 07:11:52 quicksketch Exp $
|
| 2 |
|
| 3 |
Description
|
| 4 |
-----------
|
| 5 |
This module allows you to save your current configuration of exposed filters
|
| 6 |
for later use. This can be especially useful for Views with a lot of exposed
|
| 7 |
filters.
|
| 8 |
|
| 9 |
Whenever a View is changed, all saved searches for that View are deleted, to
|
| 10 |
prevent corruption.
|
| 11 |
If the user has JavaScript enabled, the saving and deleting process happens
|
| 12 |
through AHAH, and the new section is displayed below the exposed filters
|
| 13 |
section. When JavaScript is disabled, the new section is displayed above the
|
| 14 |
exposed filters section.
|
| 15 |
|
| 16 |
|
| 17 |
Dependencies
|
| 18 |
------------
|
| 19 |
* Views (http://drupal.org/project/views)
|
| 20 |
|
| 21 |
Installation
|
| 22 |
------------
|
| 23 |
1) Place this module directory in your modules folder (this will usually be
|
| 24 |
"sites/all/modules/").
|
| 25 |
|
| 26 |
2) Enable the module.
|
| 27 |
|
| 28 |
3) Configure which views will have the Saved Searches functionality at
|
| 29 |
admin/build/views/tools/saved-searches.
|
| 30 |
|
| 31 |
|
| 32 |
Sponsor
|
| 33 |
-------
|
| 34 |
Paul Ektov of http://autobin.ru.
|
| 35 |
|
| 36 |
|
| 37 |
Authors
|
| 38 |
-------
|
| 39 |
Wim Leers (Original Author) - http://wimleers.com/work
|
| 40 |
Nathan Haug (Drupal 6 Maintainer) - http://quicksketch.org
|
| 41 |
|