Easy PHP Calendar TOC

Creating and modifying plugins.
Post Reply
Capt Mike
Regular
Posts: 63
Joined: Sat Mar 11, 2006 11:43 am

Easy PHP Calendar TOC

Post 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.
"Arr, ye call that an anchor?"
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Easy PHP Calendar TOC

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply