Views Filter Block

Showing operator field before filter field

5.x-1.4, Code, support request, normal, active

Hi,
First let me thank you for this great module, it already helped me a lot.

views filter block with Hierarchical Select

5.x-1.x-dev, User interface, bug report, normal, by design

I'm not sure if this is an issue with HS or VFB, but when I enable views filter block for my view, and submit a filter, I get a no content found response, without HS everything works, with out VFB everything works.

version for D6?

5.x-1.x-dev, Code, feature request, normal, active

Any plans for updating this module to Drupal 6.x?

While submitting string token(?) and other stuff is coming !!!

5.x-1.4, Miscellaneous, support request, normal, active

I have used both fastsearch and Views Filter Block and hacked the css of views filter block to change the way buttons look like. Now when I submit a query, say "drupal", the serarch works fine but it shows some other stuff too in the address bar -

Compatibility with other Views modules

5.x-1.4, User interface, support request, normal, active

How does this work with these modules? In my initial trials seems it's not working well.
Views Checkboxes
Views Fast Search
Thanks.

Change view drop-down in Block Specific Settings fieldset to use view name, not view description

5.x-1.x-dev, User interface, feature request, minor, active

I think it would be more useful to show the view names rather than the view descriptions in the drop down list when adding a VFB, as they tend to be sorted in a more familiar way.

Pulldown list without "submit button"

5.x-1.x-dev, Code, support request, normal, closed

I have an exposed taxonomy list (only this). How do I go about if i wanted to have a filter without the 'submit button". Shall it be done with http://www.angrydonuts.com/displaying_views_exposed_filters instead?

Change size of autocomplete input box using css?

5.x-1.4, Code, support request, normal, active

I tried a few things. Here's what didn't work:
.form-autocomplete#filter0 {
size:20;
}
input#edit-filter0 {
size:20;
}
.form-autocomplete {
size:20;
}

Add custom IDs for the form elements on a Views Filter Block (can use theme override function)

5.x-1.4, Code, feature request, minor, active

I added a theme override function called phptemplate_views_filterblock in order to get custom CSS IDs for each of the fieldsets in which the view's exposed filters are contained.
I copied the function's code exactly as it was in the module, adding to the first loop (foreach ($view->exposed_filter as $count => $filter) ) the following line:

Drop Down Menu - Taxonomy Categories

5.x-1.4, Code, support request, normal, active, nimi

First I"d like to thank you for this wonderful module. It works flawlessly.
I built a custom search block consisting an input box, used for entering the search text, and a drop down list of categories. It works great except for one thing that's been bugging me and I can't seem to find an answer:

Syndicate content