ltwCalendar
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsProjectsltwCalendar

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old June 10th, 2002, 05:02 PM
jrbk jrbk is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Biddeford, ME
Posts: 1 jrbk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
LTW Calendar Questions

Matt,

Thank you for creating and sharing the code for the LTW Calendar. I love it. I am planning to use it on a church website that I am designing. (www.seacoastchapel.com/redesign) I am testing it on my site.

I have a few questions about it:

1. How can I get the calendar to be centered on the page?

2. Is there a simple way of including a link in the event description to a page in the same web?

3. How can I change the colors used in the calendar to match the color scheme of the website it is presented on?

4. How can I add a title to the top of the Calendar that states "... Calender of Events"?

5. Is there a way to somehow included this .php calendar in an.html page so that I don't loose the navagation of the website.

Thank you for your time. I appreciate it.

Reply With Quote
  #2  
Old June 10th, 2002, 05:49 PM
Matt Matt is offline
Moderator
Codewalkers Specialist (4000 - 4499 posts)
 
Join Date: Apr 2007
Location: Florida
Posts: 4,158 Matt User rank is Private First Class (20 - 50 Reputation Level)Matt User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 h 10 m 20 sec
Reputation Power: 6
RE: LTW Calendar Questions

You can customize the header.php and footer.php files to your liking. By modifying these files, you should be able to center the calendar and put it in any navigation system you like. As for the color scheme, modify the css file with the colors you like...


Reply With Quote
  #3  
Old July 7th, 2003, 09:01 PM
feydrus feydrus is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Duluth, GA USA
Posts: 1 feydrus User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: LTW Calendar Questions

Yes, you can include a link in your event description.

Just write html tags into the description field. Example:
<a href=http://mywebsite.com/> click here </a>.

Tested to work in 3.0

Reply With Quote
  #4  
Old July 16th, 2003, 09:48 AM
prrk47002 prrk47002 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Pennsylvania
Posts: 275 prrk47002 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: LTW Calendar Questions

In response to 1,4,5...
Use the ltw_header.php to control how the page looks. You can do something like this...
<html><head>
<title>Event Calendar</title>
<!-- css line here -->
<body>
<table><tr><td colspan="2"><H1>Event Calendar</h1></td></tr>
<tr><td>put (left) nav stuff here</td>
<td>
<!-- end of ltw_header.php -->

ltw_footer.php contains
<!-- end of calendar -->
</td></tr></table></body></html>


Reply With Quote
  #5  
Old July 16th, 2003, 03:28 PM
TaiChi56 TaiChi56 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 20 TaiChi56 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: LTW Calendar Questions

I did what you suggested here and this is the error codes I get.

Warning: Cannot modify header information - headers already sent by (output started at /home/waynesta/www/www/ltw_header.php:15) in /home/waynesta/www/www/ltw_header.php on line 18

Warning: Cannot modify header information - headers already sent by (output started at /home/waynesta/www/www/ltw_header.php:15) in /home/waynesta/www/www/ltw_header.php on line 19

Reply With Quote
  #6  
Old July 16th, 2003, 05:40 PM
prrk47002 prrk47002 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Pennsylvania
Posts: 275 prrk47002 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: LTW Calendar Questions

The can't send headers is because you are outputting text (such as the ltw_header file) before you execute lines that set HTTP headers. The lines are easy to find since they say header(.....);

Look thru ltw_classes for the header(....) lines and you wil probably be doing echos or include_once(some-filename) before them in the script.

Reply With Quote
  #7  
Old June 10th, 2004, 12:58 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
RE: LTW Calendar Questions

After initional installation i get a handfull of the following errors:

Warning: Cannot modify header information - headers already sent

help please...

Reply With Quote
  #8  
Old June 10th, 2004, 01:26 PM
nawlej nawlej is offline
Contributing User
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Dallas, Tx. USA
Posts: 2,008 nawlej User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 7 m 51 sec
Reputation Power: 4
RE: LTW Calendar Questions

Heres the fix:

cd into the directory where your files are and run this:

Code:
dos2unix *.php


that should fix the headers problem.

Reply With Quote
Reply

Viewing: Codewalkers ForumsProjectsltwCalendar > LTW Calendar Questions


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway