Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I am using the Quicktabs module to filter out posted that have a field value that in the date range specified. If you have a better solution in mind, please let me know. I am running Views 3.5 and Drupal 7.16

QuickTabs layout
I should be able to pass arguments to it to generate the new date sorted views using a contextual filter on the view.
Contextual Filters
I was able to query with the other contextual filters just fine but the date doesn't want to work at all.
What I would like to do is have a tab 4 date ranges (see first image) and clicking on the tab would load the content items with a that take place in a the range of specified dates. How can I get this to work? Is there a url query that I can pass as the argument for the start date field?

share|improve this question
Is the problem only when you try to use it with contextual filters, or does the view not output the way you'd like at all? What happens when you set the contextual filter to show a list when no argument is received and view in a page? – beth Dec 15 '12 at 15:08

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.