By peterconnolly on
I have a content type which contains a pressrelease_date. I want to set up a page which shows a set of years, and then when the user clicks on a year, it shows next to the years, a series of press releases all issued in that year.
The information will be contained in a block.
I'm OK with creating the view showing the press releases, but getting the list of years and linking the press releases through is beating me.
All guidance/examples appreciated.
I tried creating the year as a date argument with granularity of 'Year', but it seemed to ignore me..
Regards,
Pete.
Comments
When you install date module
When you install date module you will get a date_browser view which shows reults accroding to year,month and date.
Hope this is useful.
Very useful, thanks!
That was just the clue that I needed to get me going. Everything is working now.
Regards,
Pete.