PDA

View Full Version : Three months list


marinu
12-06-2005, 12:42 PM
i`m using the calendar in three month view and
i would like to see also three month in the list.
it`s possible and how i do this?
thx for help

Brian
12-06-2005, 02:06 PM
From the instructions for the multi-calendar generator:

NOTE: If using the multi-calendar generator and the List Mode (http://docs.easyphpcalendar.com/source/Integration/ListMode.htm) calendar all on the same page, be sure to set the list mode to show the number of additional months being displaying by using the $listMonths="X"; variable.

:)

marinu
12-07-2005, 09:03 AM
i have done likediscribed but it don`t works

mi index.php looks like this:
<?php
$MULTI=1;
$epcMultiWidth = "600px";
$epcMultiPad = 10;
$epcMultiNav = "580px";
$epcMultiCol = 3;
$epcMultiRow = 1;
require ("calendar.php");
?>
<br /><br />
<?php
// SHOW LISTINGS MODULE
//$epcListMouseover=1; // WILL USE THE MOUSE-OVER POPUPS FOR LIST MODE
$LIST=1;
$listMonths=3;
$DF = "D, j. M. Y";
$template="modern.php";
require("calendar.php");
?>

do you see any errors? have a look at www.fw-bernwest.ch (http://www.fw-bernwest.ch) then Fahrzeugreservation. THX for help

Brian
12-07-2005, 09:47 AM
I think the 3 months feature is working, but it's not picking up the event on 1-1? Can you try adding an event later in January and in the middle of February?

marinu
12-07-2005, 09:50 AM
I think the 3 months feature is working, but it's not picking up the event on 1-1? Can you try adding an event later in January and in the middle of February?
hmmm... strange, its true. others events are ok! thx