Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exposed filters not displayed in Drupal 7 - Views 7.x-3.0-rc1

in Drupal 7, using views 7.x-3.0-rc1 I can't see my exposed filters, they don't appear in any views type (block, page, attachement).

I'm new to Drupal 7 but have been using Drupal 6 for quite some time. is there something new with filters? is it a bug? Is anyone here experiencing the same problem?

Thanks

M.O

like image 547
Mathias Olive Avatar asked Jun 30 '11 10:06

Mathias Olive


1 Answers

I had this problem yesterday. The trick was to enable ajax for the display (that's how the preview works). After you do that, you should be able to see your exposed filters in the preview. See this thread for further information.

In summary of that page, on the view page, go to Advanced > Other > Use AJAX and set it to Yes.

like image 51
jaydubb181 Avatar answered Oct 29 '22 09:10

jaydubb181