| 1 |
/* $Id: README.txt,v 1.4 2006/12/04 22:59:54 douggreen Exp $
|
| 2 |
|
| 3 |
The views_filterblock module basically moves the horizontal filter from the
|
| 4 |
views page content area into a (vertical) block. This differs from the views
|
| 5 |
block option which displays the view exposed filters AND a limited number of
|
| 6 |
rows from views content. It themes the block using collapsible fieldsets
|
| 7 |
rather than the table currently used by views, and it uses some logic to
|
| 8 |
decide which fieldsets should be collapsed or not collapsed based on whether
|
| 9 |
the filter form has a value.
|
| 10 |
|
| 11 |
Installation
|
| 12 |
------------
|
| 13 |
|
| 14 |
1. Install this file into the modules directory of your choice (for example,
|
| 15 |
sites/yoursite.com/modules/views_filterblock or modules/views_filterblock).
|
| 16 |
2. Enable the module in the admin/modules page
|
| 17 |
3. Optionally set the number of blocks you need in
|
| 18 |
admin/settings/views_filterblock.
|
| 19 |
3. Add the 'Views Filter Form' blocks on the admin/block page and configure
|
| 20 |
them. You may want to restrict this block to only display on your views page
|
| 21 |
by using the block configure options, but this is not a requirement.
|
| 22 |
|
| 23 |
Author
|
| 24 |
------
|
| 25 |
Doug Green
|
| 26 |
doug@civicactions.net
|
| 27 |
douggreen@douggreenconsulting.com
|