user1920216
user1920216

Reputation:

How to put exposed filter in a separate block in a view in drupal 7

With drupal 6 I could easily choose to have the exposed filters in a separate block which I could then put on the sidebar. I can't figure out how to do that in drupal 7. Anyone know? Thanks, Diana

Upvotes: 3

Views: 4418

Answers (3)

jsheffers
jsheffers

Reputation: 1622

  1. Create a page view

  2. Adjust the settings

    screenshot

  3. Make sure you expand the advanced tab

Upvotes: 6

Alex
Alex

Reputation: 213

For D7 use module - Views Block Exposed Filter Blocks https://www.drupal.org/project/views_block_filter_block

After enable this module you will see new settings in Exposed Form fieldset see screenshot - example

This solution also works with panels.

Upvotes: -1

mbnsorg
mbnsorg

Reputation: 1

For D7 blocks, setting 'Use AJAX' to Yes worked for me.

Also, with two blocks on the same page filtering the same fields (but different data/views), it seems applying a filter from one block affects both blocks. Not sure how to work around that yet.

Clarification: In Advanced -> Other, set 'Use AJAX' to Yes

Upvotes: 0

Related Questions