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

Can't get calendar to display full calendar view
Old 01-31-2006, 10:21 PM   #1
topgun21
Calendar User
 
topgun21 is offline
Join Date: Jan 2006
Posts: 5
Exclamation Can't get calendar to display full calendar view

I'm new to this calendar. I was successful in installing the calendar and getting it connected to my database. I logged into the managment control panel and could make edits. And I have the calendar displaying a small calendar and list view. My problem is I want it to display the large full page calendar view with the event listings inside. I don't know how else to describe the view. But it keeps showing me a view of just the date numbers and toggle buttons.

Any help would be great! Thanks!
Steve
 

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

Online documentation - TOC Integration Mode.

Edit the demo.php and uncomment the $TOC line.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

That helped some, maybe code isn't finding the CSS?
Old 02-01-2006, 11:24 AM   #3
topgun21
Calendar User
 
topgun21 is offline
Join Date: Jan 2006
Posts: 5
Default That helped some, maybe code isn't finding the CSS?

That helped some, but it still isn't right. Here's what my calendar looks like. And I want it to look like the sample on the Easy PHP web site demo.

Can you shed some light on what I'm doing wrong?

Thanks,
Steve
Attached Thumbnails
Click image for larger version

Name:	my_calendar.jpg
Views:	1102
Size:	25.7 KB
ID:	113   Click image for larger version

Name:	correct_calendar.jpg
Views:	1135
Size:	33.5 KB
ID:	114  
 

Old 02-01-2006, 11:30 AM   #4
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

From your screenshots, it appears that you're missing the section of code from your page that includes the CSS file. (See the Important section of the Integration instructions).
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

I thought about that too... But here's my code.
Old 02-01-2006, 03:17 PM   #5
topgun21
Calendar User
 
topgun21 is offline
Join Date: Jan 2006
Posts: 5
Default I thought about that too... But here's my code.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Easy PHP Calendar</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<?php $CSS=1; require("calendar.php"); ?>
<style type="text/css">
<!--
.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}
-->
</style>
</head>
<body>

<?php $OL=1; require("calendar.php"); ?>
<div align="center">
<span class="style1">[ To modify the design/layout of this page, edit the demo.php file. ]<br />
<br />
<a href="setup/index.php">Setup Manager</a> | <a href="events/index.php">Event Manager</a> | <a href="events/index.php"><a href="http://docs.easyphpcalendar.com/" target="_blank">Instructions</a></a></span><br />
<br />
</div>
<table width="100%" align="center">
<tr><td align="center">
<?php
$TOC=1; require("calendar.php");
//unset($epcAltLink); $epcAltLink="http://www.easyphpcalendar.com/"; // UNCOMMENT THIS LINE TO USE THE ALT LINK FEATURE
?>
<br /><br />
<?php
// SHOW LISTINGS MODULE
$epcListMouseover=1; // WILL USE THE MOUSE-OVER POPUPS FOR LIST MODE
$LIST=1;
$listMonths=3;
$DF = "M jS, Y (D)";
$template="monthly.php";
require("calendar.php");
?>
</td>
<td width="0" align="left" valign="top">
<a name="escOL">&nbsp;</a>
</td>
</tr></table>
</body>
</html>
 

Old 02-01-2006, 05:37 PM   #6
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

Can you post a link to your page?
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Link
Old 02-01-2006, 06:27 PM   #7
topgun21
Calendar User
 
topgun21 is offline
Join Date: Jan 2006
Posts: 5
Default Link

http://rs411.securehostserver.com/~d...endar/demo.php

Sorry to be such a pain in the butt! Thanks for helping me out Brian!
Steve
 

Old 02-01-2006, 06:33 PM   #8
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

You're using a temporary domain/address:

https://www.easyphpcalendar.com/supp...icleid=9&nav=0
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Same Problem, Cal won't display right.
Old 02-02-2006, 06:35 AM   #9
m2m
Calendar User
 
m2m is offline
Join Date: Jul 2005
Posts: 40
Default Same Problem, Cal won't display right.

I'm getting the small cal with text dates only. what i want to show is set up at:

http://man2mansonoma.org/index.php

I want to do the same thing at:

http://man2mansonoma.org/2006/p-m2m/index.php

I don't know how to get the links to the css or the cal files right! please help.

much thanks in advance.

ps. please explain in some simple details since i am not an expert in this!
 

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

It is very well explained in the Important section of the Online Documentation.

To me, it seems like the calls are missing the $CSS=1; and $OL=1;
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

display a full calendar view
Old 09-14-2006, 06:22 PM   #11
kcolbe01
Calendar User
 
kcolbe01 is offline
Join Date: Sep 2006
Posts: 14
Default display a full calendar view

How can I add a display calendar a full view on my page ?
 

Old 09-15-2006, 09:10 AM   #12
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

If you're referring to the TOC (Text-on-calendar) Mode, you'll need to add the two lines in the Integration / Important section of code then copy and paste the code from the Integration / TOC mode to your page where you want the calendar to appear. You will need to update the require paths as needed for your server.
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 
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
Calendar Won't Display lhenry General Support 20 01-06-2006 12:14 AM
How to display different Event Administration Users' calendar liaok General Support 8 10-12-2005 04:00 PM
Using Small Calendar View as Date Chooser jfoster8976 General Support 1 10-04-2005 01:16 PM



All times are GMT -4. The time now is 01:27 PM.


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 |