Integration with WordPress - Navigation
Hi, I'm trying to integrate the Easy PHP Calendar into a new Wordpress installation, which is using the Thesis theme. The old website is using the calendar already, and the client wants to keep using on the new website. But I'm running into a few problems and have a few questions. The site in question is here:
http://www.mltlive.com/?page_id=109
1. I've created a calendar page and put in the code:
Quote:
<?php
$TOC=1;
require ("calendar/calendar.php");
?>
|
The calendar displays, but not quite correctly, as the navigation buttons are breaking. I haven't been able to find where that code is called?
2. I'm trying to put in a sidebar calendar and have used the code:
Quote:
<?php
$LIST=1;
$noOld = 1;
$DF = "D - M d";
$listEvents = 3;
$listWeeks = 52;
$template="monthly.php";
require ("calendar/calendar.php");
?>
|
This code is used on the original website ( http://m-l-t.org) for their sidebars.
3. The original site used the flat file rather than the database. Can we use that as well using WordPress, and if not, is there a straightforward way to move the data from the flat file into the mySQL database?
4. Finally, a question about the license. Can we transfer the license over when we move the original domain name over or do we need to purchase a new license?
Thank you so much for reading, and for any suggestions!
Janet
|