Closed (won't fix)
Project:
Views Filter Block
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Jul 2008 at 19:50 UTC
Updated:
8 Apr 2009 at 13:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
elgreg commentedsubscribing
Comment #2
momper commentedsubscribing
Comment #3
momper commentedComment #4
crashtest_ commentedHi,
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_)
Comment #5
crashtest_ commentedFound several bugs once I took it to test on another machine, fixing them now!
Comment #6
momper commentedi posted this: http://drupal.org/node/306825 - so your solution for filterblock is based on css as well - right?
greetings momper
Comment #7
crashtest_ commentedWell, 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.
Comment #8
crashtest_ commentedAnd in fact merlinofchaos added this feature to the current -dev version of Views2, so this module is now not needed.
Comment #9
crashtest_ commentedComment #10
socialnicheguru commentedCan 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
Comment #11
info@raceeend.nl commentedI 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).
Comment #12
Bevan commentedViews 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.