Anyway, I fixed the bug (?) where the calender wasn't showed when there was no event for that month and thus no navigators. This would make some events unavailable when there are no events in a month before.
Open up Kalender.module.php with your favorite editor and go to line 906. You should see:
Code: Select all
if($rs->RowCount() > 0)
{
if ($display=='list' OR $disp....
Code: Select all
if($rs->RowCount() > 0)
PS.
No wonder he quit, the code is hardly maintainable!
