Hi,
I created a page view with a Date:date (node) argument which I, if it's present, show in the page title using percent substitution. My page title I configured in the view argument settings is "Concerts in %1". If I call the view with the argument "2005", everything works as expected, the page title results as "Concerts in 2005" and the view shows only concerts dated in 2005.
Now if I use a date range "2005--2007" as argument, the page title still says "Concerts in 2005", omitting the "--2007" part. Otherwise it works well, the view gets filtered correctly showing concerts in 2005-2007.
Is this expected behavior? Or am I doing something wrong?
Comments
Comment #1
kaynen commentedI just stumbled upon this same issue. Did you ever find a solution for it?
Comment #2
kaynen commentedI ended up just using a custom php header on my view to get this to work.
Comment #3
damienmckennaUnfortunately the Drupal 6 version of the Date module is no longer supported. That said, we appreciate that you took time to work on this issue. Should this request still be relevant for Drupal 7 please feel free to reopen it. Thank you.