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


Login with username, password and session length

Search

 
Advanced search

8026 Posts in 1851 Topics- by 2099 Members - Latest Member: roi
Pages: [1]   Go Down
Print
Author Topic: changing admin area  (Read 193 times)
0 Members and 1 Guest are viewing this topic.
starry2010
New Member
*

Karma: 0
Offline Offline

Posts: 0

web master


WWW
« on: November 28, 2003, 12:07:00 PM »

Hello
I do not know the version of the calendar I am using on this website. In the edit events page of the admin area, you can only edit up to 2003.. no events past that date.

How can this be changed and where?

You can add events up to the year 2006, not just edit them.

thanks

Logged
daniel Frankston
Guest
« Reply #1 on: December 10, 2003, 03:31:00 PM »

Dan O posted this in response to a similar inquiry by me and it worked:
Look in your calendar_admin.pl file for a section labled:

#####################
#
# EDIT()
#
# Edit/Delete Entries
#
#####################
sub EDIT {

and following that the lines:

<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>

Try adding whatever number of years you like in a similar format.

Don't forget to chmod the file after it has been edited and uploaded. daniel

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