View Full Version : Can't get calendar to display full calendar view
topgun21
01-31-2006, 10:21 PM
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
ve9gra
02-01-2006, 06:28 AM
Online documentation (http://docs.easyphpcalendar.com/) - TOC Integration Mode (http://docs.easyphpcalendar.com/source/Integration/TOCMode.htm).
Edit the demo.php and uncomment the $TOC line.
topgun21
02-01-2006, 11:24 AM
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
Brian
02-01-2006, 11:30 AM
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).
topgun21
02-01-2006, 03:17 PM
<!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"> </a>
</td>
</tr></table>
</body>
</html>
Brian
02-01-2006, 05:37 PM
Can you post a link to your page?
topgun21
02-01-2006, 06:27 PM
http://rs411.securehostserver.com/~dowevent/calendar/calendar/demo.php
Sorry to be such a pain in the butt! Thanks for helping me out Brian!
Steve
Brian
02-01-2006, 06:33 PM
You're using a temporary domain/address:
https://www.easyphpcalendar.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=9&nav=0
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!:clap:
ve9gra
02-02-2006, 06:43 AM
It is very well explained in the Important (http://docs.easyphpcalendar.com/source/Integration/Important.htm) section of the Online Documentation.
To me, it seems like the calls are missing the $CSS=1; and $OL=1;
kcolbe01
09-14-2006, 06:22 PM
How can I add a display calendar a full view on my page ?
Brian
09-15-2006, 09:10 AM
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.
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.