Versions May be Culprit
Hello, again.
I have looked at the demo, it displays the current month and test events fine.
I have deleted one calendar and then the other (plus the category filter on the page) and isolated it to be the regular mode calendar that is causing the problem. Below is what I used so no navigation would show below it but I still had the navigation 'top with flip tab and all' at the top of the TOC mode calendar. Also the regular mode was showing the following month rather than the current month which was the TOC mode.
On another site I was testing the above it worked fine but it is version 6.3.18. The new site, newest version, that the exact code, (I copied and pasted) displays the error, in that it does not show the current month in either mode calendar but December 2006. The code I used I put below, could any one tell me what it should be to work under the new version?
(maybe the old version was forgiving of a mistake the new one isn't?)
The 'call' for the regular mode calendar to display the following month and not have navigation arrows under it without affecting the top navigation on the TOC calendar on the same page.
<?php
$MULTI=1;
$epcMultiWidth = "100px";
$epcMultiPad = 1;
$epcMultiNav = "100px";
$epcMultiCol = 1;
$epcMultiRow = 1;
$noNav="1";
$mo++;
if ($mo>12) {
$mo=1;
$yr++;
}
require ("../calendar/calendar.php"); ?>
Thanks for any help you can give me.
Rand
|