PDA

View Full Version : Pop-Up Problem


fujiyama17
04-26-2004, 02:06 PM
Hello EsCal Fans,

I recently downloaded 4.7 and the calendar is awesome! One problem tho, and if you could help me, I would be forever grateful.

I successfully got the thing running on an mySQL DB. I can add events, and I can even view the calendar on other websites. ( http://xxx/escal/escalAE.php and http://xxx/resources.php , respectively).

Now, I even made sure that $standardPop was set to 1 in my escalConfig.php file.

// USE STANDARD POP-UP WINDOW
// The Standard Pop-up window will appear if someone clicks on a date that has an event.
// $standardPop=1 :: For dates with events that have descriptions, show the standard pop-up window.
// Setting $standardPop to any number but one (1), the script will NOT use the standard pop-up window.
$standardPop=1;
$popupWidth=250;* // SET THE WIDTH OF THE EVENT VIEW POPUP WINDOW
$popupHeight=220; // SET THE HEIGHT OF THE EVENT VIEW POPUP WINDOW

but when I go to my calendar, http://xxx/escal/demo.php , the pop-up doesn't display (the event doesn't show)

If you could please help me with this, I would be forever grateful. :( Thank you!

Sincerely,
Brian Schwartz :blink:

Brian
04-26-2004, 02:15 PM
Did you set $readSQL=1 in the config file?

fujiyama17
04-26-2004, 02:18 PM
Dude, you are the man. I can't believe I pass that over. Thanks for your help.

-brian

Brian
04-26-2004, 04:10 PM
No problem! :D