By Melcore on
On a site I'm currently developing I have created an Upcoming Event page, very basic with just a beginning and end Date field from the Date and CCK module. I was wondering if it is possible to move a post from Upcoming Events to a Past Events pages once the end date has passed. I'm not sure how to do this, but if anyone has an idea how to that would be great.
Thanks,
Melcore
Comments
You'll have to experiment
You'll have to experiment with Rules, but this may allow you to do what you want:
http://drupal.org/project/node_expire
If you use views to generate
If you use views to generate the upcoming and past event pages you can use filters to determine which events show on each page.
Thanks
Yeah, I never really thought to use views till you mentioned it. I keep forgetting how powerful views can be.