Views Filterblock Issue Queue

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.

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.

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:

migration error

5.x-1.4, Code, bug report, minor, active

when 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

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

That 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".

CVS Commits

  • cvsuid: 
    29191
    cvstag: 
    DRUPAL-5
    cvscomment: 
    improve the block title
    cvscid: 
    113575

    commit #113575 by douggreen on DRUPAL-5 - improve the block title

  • cvsuid: 
    29191
    cvstag: 
    DRUPAL-6--1
    cvscomment: 
    clean up info file
    cvscid: 
    113215

    commit #113215 by douggreen on DRUPAL-6--1 - clean up info file

  • cvsuid: 
    29191
    cvstag: 
    DRUPAL-5
    cvscomment: 
    remove author attribution (see http://www.youtube.com/watch?v=ZSFDm3UYkeE)
    cvscid: 
    106173

    commit #106173 by douggreen on DRUPAL-5 - remove author attribution (see http://www.youtube.com/watch?v=ZSFDm3UYkeE)

  • cvsuid: 
    29191
    cvstag: 
    DRUPAL-5
    cvscomment: 
    code style - remove extra spaces
    cvscid: 
    104274

    commit #104274 by douggreen on DRUPAL-5 - code style - remove extra spaces

  • cvsuid: 
    29191
    cvstag: 
    DRUPAL-5
    cvscomment: 
    <a href="http://drupal.org/node/218287">#218287</a> - fix path with non-clean-urls
    cvscid: 
    101421

    commit #101421 by douggreen on DRUPAL-5 - #218287 - fix path with non-clean-urls