Calendar Not Showing Up
Hello, I just need some simple assistance with the calendar's initial setup. I have read the docs.easyphpcalendar.com site many times, and have posted here as a final source for help.
I have placed the:
<*?php $CSS=1; require("calendar/calendar.php"); ?> (without the *)
right before the <*/head> tag, and the:
<*?php $OL=1; require("calendar/calendar.php"); ?> (without the *)
right before the <*body> tag.
I am using List Mode, and have copied and pasted the required code from the help site (docs.easyphpcalendar.com),
and have also used the $listEvents, Year, etc. This is where I have the questions.
1) All of the list commands currently "equal x", except for ListMouseOver (which equals 1), and ListWeeks (which equals 52).
For the rest of the values that equal x, do I just assign them values as I see fit for the calendar?
2) For the tags that must be placed into the <head> and <body> tags, it states this: "*Replace "calendar/" with the actual path to the calendar directory relative to the directory of your web page."
When I log into my FTP server, I have a file titled galtdancecenter.com that contains the rest of my files for my website, including the folder titled 'calendar' for the PHP calendar. I wasn't sure if I was to replace the require("calendar/calendar.php") with something such as require("galtdancecenter.com/calendar/calendar.php")[FONT=verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif]. ( I have already tried the galtdancecenter.com, and received errors. Knew I would, but I needed to give something a try).
I am not really sure on what to put into the "require" field since the calendar.php file *is* inside the calendar file on my web server.
3) "Change the $template variable to the name of another template you have created and uploaded to the templates directory."
I didn't understand what to do with this, seeing that "monthly.php" is correct, and I did not create a template when in the Setup Manager. I only have five files currently in the Templates folder: blog.php, eventAdmin.php, index.htm, modern.php, and monthly.php.
Is there something that I am supposed to do in the Setup Manager to create a new template?
------------------
I know this a handful, but I appreciate any help offered.
Thanks!
|