Page 1 of 1

Easy PHP Calendar TOC

Posted: Tue Oct 17, 2006 4:35 am
by Capt Mike
I have been trying to install this Calendar software on my blog, called Easy PHP Calendar ( http://www.easyphpcalendar.com/support.php )

I got it working just fine, but I want to install it in a static page so you can see the whole calendar which should look like this

http://www.easyphpcalendar.com/demoTOC.php

Question: how do I create CSS for s9y so this thing will work, and it is possible to incorperate into the s9y calendar???

Here is there instructions on how to place it on a page:

*

To display the calendar in TOC mode, insert the following code where the TOC should appear:

<?php$TOC=1; require ("calendar/calendar.php"); ?>
*Replace "calendar/" with the actual path to the calendar directory relative to the directory of your web page.

Note: Always use relative paths. Do NOT use 'http://www.YourDomainName.com/calendar/calendar.php' in the require command or the calendar will not perform as expected.

Re: Easy PHP Calendar TOC

Posted: Tue Oct 17, 2006 10:35 am
by garvinhicking
Hi!

You could also try to embed your Calendar using the "Wrap URL" / iframe event plugin? This can capsulat eany URL you like in your s9y content area.

The rest would involve some more complex plugin actions, which I think might confuse you too much :)

HTH,
Garvin