PDA

View Full Version : Setup


MissouriLeadership
12-06-2004, 02:41 PM
I am trying to get the calendar to work.

I have followed the instructions (http://www.easilysimplecalendar.com/v57/instructions.htm) down to

> There must be a link to the CSS file in the header (just before the </HEAD> tag) of any pages that use the Easily Simple Calendar script. *Replace "escal/" with the actual path to the calendar scripts relative to the directory your scripts are in.

<?php $CSS=1; require ("escal/showCalendar.php"); ?>

When I attempt to put this above the </HEAD> tag it moves it below the body tag and adds a ton of script. Part of the script appears on my page when it is not in HTML view....

I appear to be stuck.

On a side note.... I would prefer to use SQL Server Database but I do not know what all the "form Fields" are to ensure they are correct for the connection to work properly.

Not a programmer type... just stumble around a lot untill it's figured out.

Please help.

Rob
417-496-5644
Robert@MissouriLeadership.com

Brian
12-06-2004, 09:18 PM
Can you provide a link to the page where you're attempting to integrate the script?

As for the setting for mySQL, it all depends on the configuration of your web host provider. You may try asking them for assistance with setting up a database and entering the correct database information in the calendar Setup Manager.

MissouriLeadership
12-17-2004, 05:27 PM
I managed to get the calendar to show up.

I am unable to list the entire months listing below the calendar. I got it to work once but it blew the screen out to the right and when one scrolls through the listed events the main calendar dissapears off the top of the page.

The site design revolves around a site that does not extend past 760 pixels horizontally. I have designated 595 pixels (vertically) for calendar stuff.

see site at www.missourileadership.com (http://www.missourileadership.com/)

click the calendar link. You can also see throughout the site how we have kept everything within specific space requirements.

I would like to turn the main calendar page into a frames page. Top frame has the actual calendar and pop-ups... Bottom frame to house the montly listing.

If I could turn this into frames page then user would be able to scroll through the month without losing the visual of the calendar at the top of the page.

I normally use Frontpage to do these things but have none of the calendar stuff in frontpage files. Any ideas?

Rob