By Daan Groen on
Hello everyone
Can you help me please with the following:
I have a taxonomy called events. In this taxonomy there are 2 terms: events and archive.
Normally events will have a start date and an end date.
I would like to achieve the following:
- Users need to be able to assign a start date and end date to a new post.
- The websites needs to organize the terms with first upcoming event on the top of the page
- After the end date has expired, the post has to move from the term "events" to the term "archive"
Is there any module or easy way to do this?
Greetings Daan
Comments
Event or Date module?
why make it so complicated and not use the event module (http://drupal.org/project/event) or the date module (http://drupal.org/project/date)?
you can then use Views to build to view pages, one with upcoming events, and one as an archive.