Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Search

 
Advanced search

8043 Posts in 1856 Topics- by 2099 Members - Latest Member: roi
Pages: [1]   Go Down
Print
Author Topic: editting future months  (Read 249 times)
0 Members and 1 Guest are viewing this topic.
teacher1
Guest
« on: March 16, 2004, 01:55:00 PM »

Is there away to edit future months?  I've added events, but when I attempt to edit them I'm only given the years 1997-2003.
Logged
Scott
Guest
« Reply #1 on: March 16, 2004, 04:56:00 PM »

The version you are using is very old, and no longer available or supported. To extend it beyond 2004, you will need to edit the code, which you are welcome to do.

You'll need to edit calendar_admin.pl, around line #656, you will see the following:

<select name="Year" size=1>
   <option value="1997" $yearselected{1997}>1997
   <option value="1998" $yearselected{1998}>1998
   <option value="1999" $yearselected{1999}>1999
   <option value="2000" $yearselected{2000}>2000
   <option value="2001" $yearselected{2001}>2001
   <option value="2002" $yearselected{2002}>2002
   <option value="2003" $yearselected{2003}>2003
</select>

Simply add more lines to add more years.

Unfortunately, due to the volume of email I receive and the fact that this script is old and no longer supported, I cannot offer personal assistance or more detailed instructions on how to make these changes.

I recommend checking out the new version of CalendarScript which has much more functionality than previous versions of the calendar - http://www.calendarscript.com/

------------------
Scott
CalendarScript.com


Logged
Pages: [1]   Go Up
Print
Jump to: