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

tamanna-freelancer’s picture

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.

peterconnolly’s picture

That was just the clue that I needed to get me going. Everything is working now.

Regards,

Pete.