darrell
Newbie
Posts: 1
Registered: 2/26/2004
Member Is Offline
|
| posted on 2/26/2004 at 04:10 PM |
|
|
Problem with Event Calendar
I have installed Event Calendar, and wish only to show event listings. I followed the instructions, changing path to where calendar.php resides on the
server. Yet, when I attempt to bring up the listings, I get a message saying "No input file specified". I checked documentation and there is
nothing mentioning an input file. What is it referring to?
I also noted in the script a command call that goes <iframe src='link.php'></iframe>
yet there is no file called link.php and wasn't one in the installation package. Where is this file?
|
|
|
pt-online.dk
Junior Member
Posts: 2
Registered: 6/4/2004
Location: Denmark
Member Is Offline
|
| posted on 6/4/2004 at 08:16 PM |
|
|
you have to make link.php by your self ...
link.php should look like this acoding to the Documentation:
File link.php
<?
include 'path_to_calendar_dir_files/calendar.php';
show_event($CLd,$CLm,$CLy,$c_num);
?>
and then you can call it with:
<iframe src='link.php'></iframe>
|
|
|