Views Filterblock Issue Queue
Showing operator field before filter field
Posted September 3rd, 2008 by douggreenHi,
First let me thank you for this great module, it already helped me a lot.
version for D6?
Posted July 20th, 2008 by douggreenAny plans for updating this module to Drupal 6.x?
While submitting string token(?) and other stuff is coming !!!
Posted July 19th, 2008 by douggreenI 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
Posted July 7th, 2008 by douggreenHow 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
Posted July 4th, 2008 by douggreenI 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.
Change size of autocomplete input box using css?
Posted June 29th, 2008 by douggreenI 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)
Posted June 16th, 2008 by douggreenI 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
Posted May 13th, 2008 by douggreenFirst 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:
migration error
Posted May 2nd, 2008 by douggreenwhen i mysqldump the db & tarball the filesystem, then move it all to a new server, views_filterblock doesn't work. It acts as though it's not installed. I have to uninstall & reinstall, then re-setup the blocks for it to work again.
No biggie, since I'm the only one who's noticed it and i only have a few blocks to setup each time, just thought i'd point it out.
Only one filter shows up in the block
Posted March 29th, 2008 by douggreenThat is my problem, when i configure the module, i get only one of my three filters in the block, the one that is placed highest during the view edition. nevertheless the rest of the filters apear in my source code, but i noticed that they get hidden by a css class: "collapsed".