Page List Filter: Custom Date Attribute >= "today"

Permalink
I need to filter a page list by displaying only pages where a custom "start date" attribute is >= "today". This means pages automatically expire from the list as time goes on. It'd also be nice to filter on other attributes, like "end date" <= today, and is_active = 1.

I don't see this functionality supported by default in 5.7.0.1 (I may have missed it) but I'm a developer so I could probably extend this functionality it if someone could point me in the right direction.

Any insights?

Thanks!
David

illustrationism
 
pvernaglia replied on at Permalink Reply
pvernaglia
Have you tried filter with ak_attribute_name for the column

$pl->filter($column, $value, $comparison); //Filter by MySql "WHERE" clause
illustrationism replied on at Permalink Reply
illustrationism
See, I'm new enough to Concrete5 that I'm not sure exactly what you're talking about. Are you recommending extending the functionality of the Page List block?