foundsheep
02-25-2008, 10:43 AM
I've read the FAQs about the pop ups, and my set up seems to be in line with that. Here is the head code:
<?php $CSS=1; require("phpcalendar/calendar.php"); ?>
</head>
The body code:
<body onload="MM_preloadImages('images/homepage_over_02.gif','images/homepage_over_03.gif','images/homepage_over_04.gif','images/homepage_over_05.gif','images/homepage_over_06.gif','images/homepage_over_07.gif','images/homepage_over_08.gif')">
<?php $OL=1; require("phpcalendar/calendar.php"); ?>
I'm using the blog mode currently:
<div align="center">
<?php
$EPCBLOG=1;
require ("phpcalendar/calendar.php");
?>
</div>
<div align="center"><br />
<br />
<?php
$EPCBLOG=2;
$template="blog.php";
$DF = "l, F j, Y";
require ("phpcalendar/calendar.php");
?>
</div>
Lastly, I am running the trial mode, fyi. Also, when I tried the TOC mode the events did not show up. Everything is grayed out.
<?php $CSS=1; require("phpcalendar/calendar.php"); ?>
</head>
The body code:
<body onload="MM_preloadImages('images/homepage_over_02.gif','images/homepage_over_03.gif','images/homepage_over_04.gif','images/homepage_over_05.gif','images/homepage_over_06.gif','images/homepage_over_07.gif','images/homepage_over_08.gif')">
<?php $OL=1; require("phpcalendar/calendar.php"); ?>
I'm using the blog mode currently:
<div align="center">
<?php
$EPCBLOG=1;
require ("phpcalendar/calendar.php");
?>
</div>
<div align="center"><br />
<br />
<?php
$EPCBLOG=2;
$template="blog.php";
$DF = "l, F j, Y";
require ("phpcalendar/calendar.php");
?>
</div>
Lastly, I am running the trial mode, fyi. Also, when I tried the TOC mode the events did not show up. Everything is grayed out.