So, I've been working with Drupal for a while, and I like it.
I have used it to create a website for my University's Human Factors and Ergonomics Society.
And, it's a good site, but we are HFES members, so we take usability very seriously.
As such, some of my members want to see a few changes, this is one:
I want events to disappear from the front page when they are finished.
How can I make that happen? They disappear from the 'upcoming events' block, but the old events that are 'published' (which is the default on our site) stay up, which can clutter the front page.
I've tried manipulating the 'view' for 'frontpage', but I can't get it to do anything.
Thanks very much for your help.
James Rubinstein
www.clemsonhfes.org
Comments
Filter
I use a filter to do such a function:
Event: Start Date, Is Greater Than Or Equals, now
Yeah, I tried that. It
Yeah, I tried that.
It didn't work :/
I really don't know what's up with that.