GregClow
09-12-2008, 09:38 AM
OK, complete EPC newbie here - just bought and installed it yesterday - so maybe I'm missing something really obvious, but this is driving me nuts:
I'm trying to integrate EPC into a Wordpress Page, and display the data in List mode, showing ALL events from today onwards in a single list.
I followed all of the instructions from other threads in this forum regarding how to edit header.php, installed the RunPHP plug-in for Wordpress, created a special EPC template file, tweaked the display code, and I've got it working fine for Firefox (3.0.1), but it won't display properly in IE (7.0.5730.13C0).
I've tried different Wordpress themes, turning off and on various Wordpress plug-ins - still no dice.
Here is the code I'm embedding in the Wordpress Page:
<div>
Filter by event type: <?php
$thisFile="/test/events";
require("calendar/config.inc.php");
require("calendar/plugins/filter.php");
?>
</div>
<div>
<?php
$thisFile="/test/events";
$LIST=1;
$listDays = 999;
$template="full_list.php";
$DF = "D, M d, Y";
require ("calendar/calendar.php");
?>
</div>(By the way - the first statement, to insert the Filter drop-down, is working fine.)
I've attached the Template file as well - it's essentially a hacked version of monthly.php. I thought that maybe there was a problem with the template file, but I've tried switching back to the default monthly.php, and also tried other calendar display modes, and all of them are working fine in Firefox but not in IE.
You can see the results at http://www.tasteto.com/test/events/
Any thoughts?
I'm trying to integrate EPC into a Wordpress Page, and display the data in List mode, showing ALL events from today onwards in a single list.
I followed all of the instructions from other threads in this forum regarding how to edit header.php, installed the RunPHP plug-in for Wordpress, created a special EPC template file, tweaked the display code, and I've got it working fine for Firefox (3.0.1), but it won't display properly in IE (7.0.5730.13C0).
I've tried different Wordpress themes, turning off and on various Wordpress plug-ins - still no dice.
Here is the code I'm embedding in the Wordpress Page:
<div>
Filter by event type: <?php
$thisFile="/test/events";
require("calendar/config.inc.php");
require("calendar/plugins/filter.php");
?>
</div>
<div>
<?php
$thisFile="/test/events";
$LIST=1;
$listDays = 999;
$template="full_list.php";
$DF = "D, M d, Y";
require ("calendar/calendar.php");
?>
</div>(By the way - the first statement, to insert the Filter drop-down, is working fine.)
I've attached the Template file as well - it's essentially a hacked version of monthly.php. I thought that maybe there was a problem with the template file, but I've tried switching back to the default monthly.php, and also tried other calendar display modes, and all of them are working fine in Firefox but not in IE.
You can see the results at http://www.tasteto.com/test/events/
Any thoughts?