Easy PHP Calendar - We really take care of your dates!


Go Back   Easy PHP Calendar > General Discussion > General Support

General Support Questions about using the Easy PHP Calendar. (Not installation or customizations)

Closed Thread
 
Thread Tools Search this Thread Display Modes

Listings Module in v6.1.1
Old 05-03-2005, 12:19 AM   #1
evavega
Oh Yeah?!
 
evavega's Avatar
 
evavega is offline
Join Date: Apr 2004
Location: Georgia USA
Posts: 26
Send a message via ICQ to evavega Send a message via AIM to evavega Send a message via Yahoo to evavega
Thumbs up Listings Module in v6.1.1

I am trying to use the Listings Module as described in instructions.htm from a zip file downloaded today. However, it fails to appear.

Calendar script is installed at http://www.rescuecats.org/events/calendar/

On page http://www.rescuecats.org/adoption/calendar.html I have chosen to list the calendar, then below it (where you see xxx) I have added the code to plug in the Listings Module... as per instructions.htm but I find that there is no monthly.php file in events/calendar/. I did find a monthly2.php file in events/calendar/templates but it doesn't appear to work if I plug that path in. I have an old monthly2.php file that I used with a previous version as the custom table fits my website template. But, alas, it too doesn't work.

Instructions indicate:
<?php
$LIST=1; $DF = "D - M d";
$template="monthly.php";
require ("calendar/calendar.php");
?>

I used:
<?php
$LIST=1; $listWeeks = 2; $DF = "D - M d";
$template="../events/calendar/monthly.php";
require ("../events/calendar/calendar.php");
?>

Also tried:
$template="../events/calendar/templates/monthly2.php";
$template="../events/calendar/templates/monthlyOld.php"; (my old template file)

And, of course, let me know if I'm being an idiot and overlooking something.



Any suggestions would be appreciated.
Thanks,
Chassie
 

Old 05-03-2005, 06:09 AM   #2
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,965
Default

When using the templates, the script already knows where to look... so you just need the file name and not the path.

Here's what you'd need:
<?php
$LIST=1; $DF = "D - M d";
$template="monthly2.php";
require ("../events/calendar/calendar.php");
?>

An example is also available inside demo.php.

Hope it helped.
 

Old 05-03-2005, 07:47 AM   #3
evavega
Oh Yeah?!
 
evavega's Avatar
 
evavega is offline
Join Date: Apr 2004
Location: Georgia USA
Posts: 26
Send a message via ICQ to evavega Send a message via AIM to evavega Send a message via Yahoo to evavega
Default

thanks again!
Guess I was up too late last night; thought I'd tried that.
 
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Display listings module at other domain? bangonthedrum General Support 1 05-14-2005 06:03 PM
Listings Module Jetstream General Support 1 09-15-2004 05:08 PM
Listings Module Question ddenson General Support 1 07-06-2004 08:26 AM
CLOSED - Listings Module Open Beta Brian General Support 10 06-02-2004 09:02 AM
CLOSED - Listings Module Open Beta Brian Other Announcements 0 05-08-2004 11:42 AM



All times are GMT -4. The time now is 04:23 AM.


vBulletin skins developed by: eXtremepixels
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright 2009 NashTech, Inc.

| Home | Register | Today's Posts | Search | New Posts |