Chris
Junior Member
Posts: 2
Registered: 8/4/2003
Member Is Offline
|
| posted on 8/4/2003 at 02:44 PM |
|
|
Events Listing
I have successfully installed the Calendar at http://cgi.wrenauto.plus.com/calendar/calendar.php and would like to add a list of events due in the next (say) 7 days.
Is this possible? When I try to list events I get an error message
<<Can't open ./cl_files/data/config.php file.
Please, check permissions. For more details see Installation Instructions
Can't open ./cl_files/data/ file.
Please, check permissions. For more details see Installation Instructions>>
This seems similar to another query on this board but I can see no solution.
Can anyone assist please?
Chris
|
|
|
k2media
Junior Member
Posts: 4
Registered: 8/5/2003
Location: Michigan
Member Is Offline
|
| posted on 8/5/2003 at 02:34 PM |
|
|
Your Event Calendar
Can I ask you how you got the calendar view in the template of your site. I'm trying to do the same thing and I can't seem to get it to
work either. I would like to have it embedded within the page. Any assistance would be appreciated.
|
|
|
Chris
Junior Member
Posts: 2
Registered: 8/4/2003
Member Is Offline
|
| posted on 8/6/2003 at 07:20 AM |
|
|
Hi
From what little I know......
1) At top of page add:
<?
include 'cl_files/calendar.php';
?>
Assuming you've used existing directory structure
2) where you want your calendar, insert:
<?
show_calendar(insert your calendar name here);
?>
3) Rename your page as mypage.php (instead of mypage.html)
Hope this helps
Chris
|
|
|
k2media
Junior Member
Posts: 4
Registered: 8/5/2003
Location: Michigan
Member Is Offline
|
| posted on 8/6/2003 at 01:15 PM |
|
|
I finally got it to work yesterday. Do you think that there is anyway to get the show.php (events) to be viewed on the same page as the Calendar
view?
|
|
|
drie_keer_ruk
Junior Member
Posts: 3
Registered: 8/6/2003
Member Is Offline
|
| posted on 8/6/2003 at 04:26 PM |
|
|
Yeah! Great app!
I have the same question: a function
show_all_events(d1,M1,Y1,d2,M2,Y2)
is the perfect solution. If d1, m1, y1 aren't set, then the function assumes the current date.
Is this possible to build?
|
|
|
drie_keer_ruk
Junior Member
Posts: 3
Registered: 8/6/2003
Member Is Offline
|
| posted on 8/6/2003 at 04:31 PM |
|
|
| Quote: | Originally posted by Chris
I have successfully installed the Calendar at http://cgi.wrenauto.plus.com/calendar/calendar.php and would like to add a list of events due in the next (say) 7 days.
Is this possible? When I try to list events I get an error message
<<Can't open ./cl_files/data/config.php file.
Please, check permissions. For more details see Installation Instructions
Can't open ./cl_files/data/ file.
Please, check permissions. For more details see Installation Instructions>>
This seems similar to another query on this board but I can see no solution.
Can anyone assist please?
Chris |
You can only see the event on the date you clicked. You cannot use the show_event function "separately". That's why we need an add-on
function like in the post above
|
|
|
k2media
Junior Member
Posts: 4
Registered: 8/5/2003
Location: Michigan
Member Is Offline
|
| posted on 8/6/2003 at 07:53 PM |
|
|
Installation Instructions
Could someone send me the installation instructions. I never received them with my download. Please send.
Thanks,
|
|
|
drie_keer_ruk
Junior Member
Posts: 3
Registered: 8/6/2003
Member Is Offline
|
| posted on 8/7/2003 at 09:17 PM |
|
|
I sent them u2u. The solution to your problem that is. The function I'm talking about is not yet implemented. I'm just placing a request for
the programmers.
|
|
|