Hi!

Installation instructions:

1. backup
2. copy  folder calendar to /Variables - chmod 755 as usual (check chmod if posts do not display)
3. if you dont want to show holidays in your calendar, delete the holidays.txt file from the calendar folder
4. copy all the /images/*.gif files to your YaBBImages folder
5. copy Calendar.pl to /Sources
6. Run calendar.mod or install by hand

Update instructions:
1. Copy the new Calendar.pl to /Sources
2. RUn Calendar2.1 to 2.2.mod or install by hand
3. Copy the new images to ur image folder.

FAQ:
Q1) How do I add holidays.
A1a) modify the holiday.txt file.
A1b) goto the calendar admin and click the "Add/Edit/Del/View Holidays" link.

Q2) My calendar is off by one day.
A2) Goto the calendar admin and click the box for dayoff set. that should fix.

Q3) My calendar wont install.
A3) The calendar will install with no problems if the Yabb is clean.
if not then install the calendar by hand.


OLD UPDATES:
 UPDATES (v0.2):
 1) Version controlling added
 2) The link from boardindex to this day in calendar works now
 3) Smileys can be disabled from Calendar event
 4) All the dates in ACRONYM TITLE -tag end with 'st', 'nd', 'rd' or 'th'
 5) calendar.txt file is not needed for installing. It will be made when needed
 6) Changed the months in calendar to textual version
 7) Changed the textbox to a textfield.
 UPdates By throesch (MLT) (v0.3):
 1) Admin can have only one Month displayed in full.
 2) If one month is selected calpast is auto set to 0.
 3) Readded Put Calendar icon in menu.
 4) code for one month cut by 98% runs better.
 5) fixed the small calendar icon problem to show big calendar.(calendar2.gif replaced
    by calendar.gif. LOOKS BETTER THAT WAY. )
 6) fixed the alt=display and new posts to display right (1st jan, 2002 now reads 
	 jan 1st, 2002
 UPDATES By Mathar (MRH) (v0.4):
 1) Added setting to show calendar at top of board index
			(get_settings;cal_save_settings;caladmin)
 2) Added setting for display upcoming events in number of days; 0 for standard display
			(get_settings;cal_save_settings;caladmin)
 3) Modified one month display cosmetics
			(cal_month)
 4) Modified view from boardindex to list events
			(calendar_index)
 UPDATES By throesch (MLT) (v0.5):
 1) cosmetics done to one month for better navigations.
 2) readded day highight to admin function with on/off feature.
 3) cleaned up code (fixed admin section and way admin saved is now in order).
 4) fixed red sundays.
 5) fixed calindex now lines up.
 UPDATES By throesch (MLT) (v2.1):
 1) Added a mini calendar to the front(board index)
 2) fixed a small bug in the menu for the calendar
 3) added a admin control for the mini calendar
 4) readded the icons for bday, event, holidays.
