Views Filter Block Port to D6?
BartVG - July 20, 2008 - 19:50
| Project: | Views Filter Block |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | CrashTest_ |
| Status: | won't fix |
Description
Any plans for updating this module to Drupal 6.x?

#1
subscribing
#2
subscribing
#3
#4
Hi,
I have done a bit of a re-write on this module to allow it to work with Views2 in Drupal 6.x. There were some core changes to be able to work with Views2, as it is significantly different on the back end.
Specifically I:
$form['#type'] = 'hidden'to hiding with css, as$form['#type'] = 'hidden'seemed to break the results displayI have tested as much as I can by meself, but it seems to work pretty well. I will be using this on a larger test site next week, and will report any issues with it.
Thanks,
Pat Teglia
(CrashTest_)
#5
Found several bugs once I took it to test on another machine, fixing them now!
#6
i posted this: http://drupal.org/node/306825 - so your solution for filterblock is based on css as well - right?
greetings momper
#7
Well, yes. In the course of trying to figure out some of my bugs, I got stuck. It appears that don't have a clear way around several of the issues. One of them being that when you are the results page, no matter how I hide the form, something breaks.
I ended up emulating the effect I was looking for with CSS, however I still haven't made a real solution to this.
I will continue to work on it over time, but I am imagining that merlinofchaos will probably eventually figure out a better way to do this, as he had mentioned it in the past as something he would like to do.
#8
And in fact merlinofchaos added this feature to the current -dev version of Views2, so this module is now not needed.
#9
#10
Can you elaborate on where this feature for views filter block in Views2 is? Or did I misread your post, #8?
Thanks,
Chris
UPDATE:
Is this what will give me a views filter block? Sorry I was not sure of the terminology if it is.
Put the exposed form in a block
#11
I had just the same problem and after looking in admin/build/block .... there it was ;-).
In the display of a view just set 'Exposed form in block' to Yes. The filter form will be a block, look in the list of blocks (/admin/build/block).
#12
Views 2 for Drupal 6 handles this functionality out of the box, and this module is hence deprecated. See http://www.youtube.com/watch?v=noJ0Tv_QG3w to see how to configure Views 2 to do this.