Hello.

I would like to change the appearance of the calendar so that a single month gets displayed at a time with the event summaries displayed as links within the table cell for each day (powerboard style).

Displaying only one month is trivial by making a few changes to "celandar.tmpl". One down.

In "calendar_makemonth.tmpl", there is a loop to display each day:

<!-- for($i=1;$i<=sizeof($days);$i++) { //UBBTREMARK -->

<!-- $template .= <<<UBBTPRINT -->
$days[$i]
<!-- UBBTPRINT; -->

}

Would it be possible to display the event summaries for each day here as well (as a link to the actual event)?

Any suggestions greatly appreciated,
Brad.