HI,

I am using the Calendar/ events mod and wondered is there anyway that i can make the dates that have past disapear from the blocks, but i need them to stay in the calendar/database so that people can see what has been and gone.... etc...

This is what i am using http://drupal.org/project/calendar

Thanks in advance.

Comments

o0_Enigma_0o’s picture

this forum is fantastic!!!!!

WHY DOES NOBODY EVER HAVE THE ANSWER!!!????

DO I NEED TO PAY SOMBODY ?????

come on please!
please please please

help!!!

lsommerer’s picture

There might be a better way to do this. Go to the view that generates the content for your block and add the following filters:

Event: Start Year (is greater than or equal to) (now)
Event: Start Month (is greater than or equal to) (now)
Event: Start Day (is greater than or equal to) (now)

I do each of these instead of just filtering on Event: Start Date because I want to display all events from the start of today forward. If anyone knows how to do that with Event: Start Date, I'd like to know too.

o0_Enigma_0o’s picture

Thank you very much for your reply,

I have used the Date: Date - Date field within my filters.... i guess this is the same as "start date" seems to do the trick

Thanks for the info..

many thanks