Hello,
I'm trying to update my site to drupal 7 and running into some anticipated problems, but the one that is really baffling me is with exposed filters for views.
So obviously the existing exposed filters for views from my drupal 6 installation were not recognized. I removed those and tried to recreate some exposed filters, but no matter how many times/ways I click that check box to expose a filter, when I check again, it is unchecked, and I can confirm that no filter gets exposed, and the code says that no filters are set to be exposed when I export a view.
This looks like a problem with the interface for views in that it's not registering my placing a check in that expose filter checkbox, but I can't be sure.
I've tried using different admin interfaces (including default) and different browsers, (firefox 4, ie9 and chrome)
Is there some way I can manually edit a view? if it's just a matter of setting exposed to TRUE, i think I can manage that..
Any help would be greatly appreciated.
here's the export:
$view = new view;
$view->name = 'Trails';
$view->description = 'List of Trail Descriptions';
$view->tag = 'Trails';
$view->base_table = 'node';
$view->human_name = '';
$view->core = 0;
$view->api_version = '3.0-alpha1';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
/* Display: Defaults */