My site uses drupal 4.7.2 and views 1.4. After installed this module "Views Date Range Filter" I can add a filter 'Node: Created Time Between' to a edit page of views module. But it doesn't work. I mean the display of the view doesn't change anything. I can't get a result filtered.

I tried every supported operators of this filter: 'Custom date range', 'Before', 'After', 'within the past week', 'within the past month', ......, but the view always display all information, which is between Sep 1 and Dec 23, 2006, without a result filtered.

Anything wrong or bugs?

Comments

douggreen’s picture

Did you expose the filter?

astra’s picture

Title: Can't filter with Views Date Range Filter » Views Date Range Filter
Component: Code » Miscellaneous
Category: bug » feature

Okay, after exposed it seams work now.

This module is very useful, hope it can be improved, for instance, to support the date field of cck. Also if the date range can be selected by calender panels, that will be easier and more flexible for users.

douggreen’s picture

I added cck support a couple weeks ago. Please check out the 4.7.x-1.x-dev release -- I hope to release a version 4.7.x-1.1 release with this in a few days, after a little more testing and feedback.

douggreen’s picture

Also, the date range can be selected by calendar if you install and enable jstools and jscalendar.

astra’s picture

Status: Active » Closed (fixed)

Thanks!