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


Go Back   Easy PHP Calendar > General Discussion > Customizations (Themes / Templates)

Customizations (Themes / Templates) Help with customizing the themes and templates. Post your own custom themes for others to enjoy.

Closed Thread
 
Thread Tools Search this Thread Display Modes

Simple Customization
Old 04-20-2006, 01:50 AM   #1
Passport2
Calendar User
 
Passport2 is offline
Join Date: Apr 2006
Posts: 4
Default Simple Customization

Hi I want to run blog mode
with filter and legend on the left side for this page:
http://www.passport2ashland.com/calendar/blogmode1.php

the way I do for this page:
http://www.passport2ashland.com/calendar.php

When I add this I have errors.

Also is the a way to set the filter to be able to span a search for a few days or so.

This is the code I have insterted on the left col

<?php $OL=1; require("calendar/calendar.php"); ?><?php require("calendar/plugins/filter.php"); ?><br><?php $epcMultiCatShow=1; ?>
<?php require("calendar/plugins/legend.php"); ?>
 

Old 04-20-2006, 06:42 AM   #2
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,965
Default

Since both pages aren't in the same folder, you have to adjust the path in the require commands... According to what you posted, the code should've been

<?php $OL=1; require("calendar.php"); ?>
<?php require("plugins/filter.php"); ?><br>
<?php $epcMultiCatShow=1; ?>
<?php require("plugins/legend.php"); ?>
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

Part 2
Old 04-21-2006, 12:46 AM   #3
Passport2
Calendar User
 
Passport2 is offline
Join Date: Apr 2006
Posts: 4
Default Part 2

Hi Again, and thanks for helping.
yes, the paths were incorrect. I did update this.

Now however I have one more correction needs to be made:

This page is showing an error
http://passport2ashland.com/calendar1.php


when all i did was move it from here:
http://passport2ashland.com/calendar/calendar1.php

Thanks for the help.
 

Old 04-21-2006, 06:17 AM   #4
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,965
Default

Same problem.. fix your paths.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

paths corrected
Old 04-21-2006, 05:20 PM   #5
Passport2
Calendar User
 
Passport2 is offline
Join Date: Apr 2006
Posts: 4
Default paths corrected

Ok, sorry corrected these fields and am now getting this:
http://passport2ashland.com/calendar1.php


<?php
$EPCBLOG=2;
$template="calendar/functions/blog.php";
$DF = "l, F j, Y";
require("calendar/functions/calendar.php");
?>
 

Old 04-21-2006, 08:32 PM   #6
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,965
Default

Both those paths are incorrect.... $template only accepts the name only of the template file. And never link to /calendar/functions/calendar.php, always use /calendar/calendar.php.

<?php
$EPCBLOG=2;
$template="blog.php";
$DF = "l, F j, Y";
require("calendar/calendar.php");
?>
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 
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
Admin customization Searcher General 1 01-22-2006 07:10 PM
Wow, very simple to set up! gavinc In our client's own words... 0 11-06-2005 10:09 PM
Customization - Lists / Ranges / Layouts / Groupings simmonet General Support 8 10-10-2005 08:10 PM
Powered by Easily Simple Calendar Icon Brian Other Announcements 0 05-01-2004 08:26 PM



All times are GMT -4. The time now is 03:27 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 |