From: Jean-Marc V. L. <ji...@li...> - 2003-08-02 12:07:17
|
On one of my pages, I want to display the current month and the following one side by side. I tried : <?plugin Calendar month_offset=0?> <?plugin Calendar month_offset=+1?> But only one month is shown. So I have to put the calendars on top of each others : <?plugin Calendar month_offset=0?> <?plugin Calendar month_offset=+1?> It works but looks horrible because the two calendars are on top of each other (in column). http://phpwiki.sourceforge.net/phpwiki/CalendarPlugin says : "Cannot yet put 3 plugins on the same line, side by side to get 3 calendars: month_offset=-1, month_offset=0, month_offset=+1" So I tried : <?plugin Calendar month_offset=0, month_offset=+1?> But I only see one calendar again. Am I doing something wrong ? Is there a solution ? Is that a known bug ? |