Only 2 calendars showing on line 1 of multiline calendar
Hi ,
Ive been banging my head for a couple of days removing tables adding divs etc etc then ripping out all html from the page and entering just the body and html ytags.
Then i started removing settings
here is my basic page
multilevel calendar at top and events at the bottom
<?php
$MULTI=1;
$OL = 1; // Mousover on
$epcMultiWidth = "700px";
$epcMultiPad = 0;
$epcMultiNav = "580px";
$epcMultiCol = 3;
$epcMultiRow = 1;
require("calendar.php");?>
<?php
// LIST EVENTS next 52 weeks
$LIST=1;
$epcListMouseover = "1";
$listWeeks = 52;
$DF = "D - M d";
$template="monthly.php";
require ("calendar.php");
?>
if i set multicol = 3 and multirow to 3 i get
2 calandars on row 1 and 3 on other 2 rows.
If I set it 2 c= 2 r = 2
I get 1 calendar on row 1 and 2 on row 2
Basically 1 calendar (the left 1 is always missing on row 1)
I f set $OL = 0; // Mouseover on to 0 (off) it works perfectly.
Other than that the calendar works great.
ps I am using the latest version and not the trial
Regards Lagi
|