PDA

View Full Version : On Click Popups Not working


GrantEdwards
09-19-2006, 03:00 PM
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

Brian
09-19-2006, 03:40 PM
This may help:

https://www.easyphpcalendar.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=9

GrantEdwards
09-19-2006, 03:52 PM
Wow, That seems to have fixed the problems. Sorry I missed that post.