Pro Events - display fortnight and event date limit

Permalink
Hi,

I'm using the Pro Events add-on. I've noticed if my Pro Events List Block directory names contains "week" or "month" then the dates display accordingly. Is there a similar function for displaying events for a fortnight?

I've tried using
if(strtotime($date) >= strtotime("-1 day") && strtotime($date) < strtotime("+14 day"))

but in this particular block, it doesn't make a difference. It still only displays everything after (not including) today and until the end of the month.

Also, I've noticed that when I add Event Dates to my event, I can't add more than 9 dates. Where can I reset this to a larger number? This is quite frustrating.

Thanks,
Choppie

Choppie