Brian:
It works correctly in your demo, however, I cannot duplicate my site at your site. In order to get a single day to show on your site, I have to use the blog mode. I am not doing that on my site. I am setting up my calendar the old fashioned way.....using columns and placing the calendar in the left col and the "list" on the right col.
Here is my code:
<body background="images/1tile.jpg" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0">
<?php $OL=1; require("esc/calendar.php"); ?>
<table width="800" height="100%" border="0" cellspacing="0" cellpadding="0" align="center" background="images/bgroundsmwh.jpg">
<tr>
<td valign="top">
<table width="701" height="100%" border="0" cellspacing="0" cellpadding="0" align="center" style="border-left: thin solid Black; border-right: thin solid Black;">
<tr>
<td width="50%" height="90" colspan="3" bgcolor="#C5CA92"><img src="images/logo.jpg" alt="" width="335" height="70" border="0" align="left"></td>
<td align="right" bgcolor="#C5CA92"><img src="images/churches2.jpg" alt="" width="282" height="90" border="0"></td>
</tr>
<tr>
<td height="5" colspan="4" bgcolor="#000000"></td>
</tr>
<tr>
<td colspan="4">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<!-- <td width="6" rowspan="2" bgcolor="#EBECD4"> </td> -->
<td width="140" bgcolor="#EBECD4" rowspan="2" align="center" valign="top" style="border-right: thin solid #C5CA92;"><br>
<script type="text/javascript" language="JavaScript1.2" src="http://www.brunswickumc.com/js/menu.js"></script>
<br><img src="images/loveanim.gif" alt="" width="118" height="108" border="0">
</td>
<?PHP If ($calkey == "6month") {?>
<td width="421" class="bodytext" valign="Top"><br>
<br>
<font class="title"> Show: & nbsp;
<a href="events.php?"><img src="images/day.jpg" alt="" width="16" height="16" border="0"></a>
<a href="events.php?ckey=week"><img src="images/week.jpg" alt="" width="16" height="16" border="0"></a>
<a href="events.php?ckey=month"><img src="images/month.jpg" alt="" width="16" height="16" border="0"></a>
<a href="events.php?ckey=6month"><img src="images/6month.jpg" alt="" width="16" height="16" border="0"></a>
<?PHP// echo $secHeading; ?></font>
<br>
<?php
$MULTI=1;
$epcMultiWidth = "350px";
$epcMultiPad = 0;
$epcMultiNav = "580px";
$epcMultiCol = 3;
$epcMultiRow = 2;
require("esc/calendar.php");
unset($calkey);
?>
</div>
</td>
<?PHP } else { ?>
<td width="10"> </td>
<td width="150" class="bodytext" valign="Top"><br>
<?php
//$EPCBLOG=1;
require ("esc/calendar.php");
?>
<br><br>
<div align="center">
<hr width="80%" size="2">
<font class="type3"><a name="Printable Calendar" id="Printable Calendar" href="fcal.php" onclick="NewWindow(this.href,'name', '790','600','yes');return false;">Full Calendar</a></font><br>
<hr width="80%" size="2"></div>
</td>
<td width="10"> </td>
<td align="left" valign="top"><br>
<font class="title"><!-- Show: -->
<a name="Day" id="Day" href="events.php?" title="Today's Events"><img src="images/day.jpg" alt="" width="16" height="16" border="0"></a>
<a href="events.php?ckey=week" title="Current Week Events"><img src="images/week.jpg" alt="" width="16" height="16" border="0"></a>
<a href="events.php?ckey=month" title="Current Month Events"><img src="images/month.jpg" alt="" width="16" height="16" border="0"></a>
<a href="events.php?ckey=6month" title="6 Month of Calendars"><img src="images/6month.jpg" alt="" width="16" height="16" border="0"></a>
<?PHP echo $secHeading; ?></font>
<br>
<div align="center">
<?php
if ($calkey == "month") {
$epcListMouseover=1; // WILL USE THE MOUSE-OVER POPUPS FOR LIST MODE
$LIST=1;
$listMonth = 1;
} elseif ($calkey == "week") {
$epcListMouseover=1; // WILL USE THE MOUSE-OVER POPUPS FOR LIST MODE
$LIST=1;
$listWeeks=1;
} else {
$epcListMouseover=1; // WILL USE THE MOUSE-OVER POPUPS FOR LIST MODE
$LIST=1;
$noOld = 1;
$listDays = 2;
}
$DF = "D - M d";
$template="mylist.php";
require ("esc/calendar.php");
unset($calkey);
?>
</div>
</td>
<td width="10"> </td>
<?PHP } ?>
</tr>
</table>
</td>
<tr>
<td height="15" colspan="4" bgcolor="#000000" class="bodytextsmw"> Brunswick United Methodist Church (c) 2005</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
Thanks for your continued assistance...
|