View Full Version : List Mode + Demo
signature16
12-27-2006, 03:03 AM
I can't get List Mode to work properly in the demo. Everything else seems to be working fine.
When I buy Easy PHP Calendar, will it work?
ve9gra
12-27-2006, 08:41 AM
The paid version is the exact same thing as the demo. Do you have a link to your installation and a description of what's happening?
signature16
12-27-2006, 02:24 PM
Thanks for the quick reply.
Here is the link to the page that doesn't seem to work in 'list mode'. The calendar is towards the bottom.
http://tinyurl.com/ydkpjm
I put this code in:
<?php
$LIST=1;
$DF = "D - M d";
$template="monthly.php";
require ("calendar/calendar.php");
?>
Except...I put the full URL to calendar.php.
Brian
12-27-2006, 05:57 PM
Except...I put the full URL to calendar.php.
You should not use Full URL's. You need to use relative paths. If the calendar files are in the calendar directory (by default they would be) and if they are one level below the directory where your file is, the path would be as it is in the example in your previous post.
signature16
12-27-2006, 07:28 PM
That fixed it. I will order soon!
:)
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.