Hello,
> > Calendar.php - weeknumber hack, hopefully useful
> Will be integrated optionally,
> with a new config.ini option.
Why not as an option to to the <?plugin Calendar?> cmd ?
Also, consider this:
I have
|< <?plugin Calendar?> |< <?plugin CalendarList next_n_days='40'?> |
This displays the events of the next 40 days. Suppose today is the
27.01. Now the Calendar display 01.01-31.01 and the CalendarList
displays the 27.01.- (+40 days)
Okay.
Now I click the "next month".
Now the calendar displays 01.02-31.02. but the CalendarList shows
27.02.- (+40 days), which is VERY misleading. (try it out and
look at the screen)
In other words, if "calendar_date > today," display calendar list
from 01. - 31. of calendar_month, not todays_day_in_month of
calendar_month.
kind regards,
Cheers, Tom.
|