On Click Popups Not working
Hello all,
I have a problems with the on-click and mouse-over popups not working, with either the demo.php or on my site.
The page with my calendar is:
http://www.nku.edu/~edwardsg1/calendar.php
with the demo.php file at:
http://www.nku.edu/~edwardsg1/calendar/demo.php
I added the code:
<?php $CSS=1; require("calendar/calendar.php"); ?>
in the head section of the HTML, and
<?php $OL=1; require("calendar/calendar.php"); ?>
<?php $epcMultiCatShow=1; ?>
as the first two lines of the body (below a comment line).
I have also ensured that the calendar setup has both on click and mouse over popups allowed. I looked in the calendar/calendar.php file for the url paths, they are:
$serverPath="/home/edwardsg1/www/calendar/";
$urlPath="/calendar/";
Am I missing something?
In the end I would like to have my page formatted and displayed like your Text on Calendar online demo, but I am trying to start small.
Any suggestions or additional help will be greatly appreciated.
Thanks
Grant
|