I'd consider myself a newbie when it comes to Drupal so I'm hoping someone can help me with this.
I have a client with a website that has the following on their homepage:
Press Releases
17 April 2010 - link
05 May 2010 - link
23 May 2010 - link
25 May 2010 - link
Events
13 May 2010 - link
27 May 2010 - link
04 June 2010 - link
29 June 2010 - link
15 July 2010 - link
What they would like is that these links are automatically removed from the homepage after the date has expired and then moved into an achive page. One achive page for Press Releases and another archive page for Events. The Press Releases archive and the Events archive would be found under different sections of the website.
Does this have anything to do with Rules, Node Expire, Scheduler or Auto Expire? I don't want the links automatically deleted but rather moved to a different page within the website.
Thanks for any help or any direction you can point me in.
Comments
_
You should be able to do this with views-- replace the default frontpage with the views frontpage (be sure to clone it first so you don't lose the original), then setup some filters to filter out what content you want to appear where based on date. Add additional page views for the others you want (press releases, events, etc).