Hi Folks,
I've been scratching my head a lot over the following, I'd really appreciate it if anyone could help out:
I've got a View with an exposed filter. I'd like to have it show up in the right-column of a page. I figured I could do that through the use of Blocks. Mind you, I have Drupal 6 and I'm not using Views 3x, but rather 2x (because a lot of the other Views-related modules that I require depend upon the 2x branch).
I created a Block version of the View, and tested it out. The exposed filter would not work. Then I dug around, and apparently I needed to enable the AJAX option for the View. I did so, however the exposed filter in the Block would not work! But it did work in the Preview when editing that particular View. I tried exposing the form so that the exposed filter and the actual view content would be split into two Blocks. However this did not work either (when hitting Apply, the View content would not change).
The page on which I am trying to make this work has node references to views that filter out specific types of nodes. I'm not sure if this would cause any disruption.