I'm loving the new centralized config file!
I hadn't looked all that much at 4.3 but had a bit of time and played around with 4.4... and there's one thing i'd like to suggest...
I changed line 423 of escalAE.php from
Code:
for ($year = $currentYear; $year <= ($currentYear+$maxYears-1); $year++) {
to
Code:
for ($year = $dates[0]; $year <= ($currentYear+$maxYears-1); $year++) {
I realized that since we're in the new year, if I wanted to edit past events they would show "year" instead of the actual year. So by changing it to my code it makes the list start from the year of the event until the maxYears-1 (current year + 1 as the default).
The rest is bang on..... Lovin' it!!
View my test site at http://ns2.chaotic-concepts.org/
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
|