############################################################## ## Mod Title: Calendar ## Mod Version: 1.4.1a ## Author: WebSnail < Martin Smallridge > ## SUPPORT: http://www.snailsource.com/forum/ ## Description: Add-on, Calendar for phpBB2 ## ## Installation Level: moderate) ## Installation Time: 10 Minutes ## Files To Edit: admin/admin_ug_auth.php, ## templates/xxx/admin/auth_ug_body.tpl ## ## Included Files: ## cal_install.php ## cal_convert_fn.php ## calendar.php ## cal_settings.php ## admin/admin_calendar.php ## cal_install/schema/mysql_122_to_141_schema.sql ## cal_install/schema/mysql_141_inserts.sql ## cal_install/schema/mysql_141_schema.sql ## cal_install/cal_updater.php ## language/lang_english/lang_calendar.php ## language/lang_VARIOUS LANGUAGES ## .... ## templates/xxx/cal_view_month_lite.tpl ## templates/xxx/cal_validate_events_lite.tpl ## templates/xxx/cal_posting_body_lite.tpl ## templates/xxx/cal_day_events_lite.tpl ## templates/xxx/admin/calendar_config_body.tpl ############################################################## ## This MOD is released under the GPL License. ## Intellectual Property is retained by the MOD Author(s) listed above ############################################################## ## Please note that this MOD is NOT listed on phpBB.com's main ## site and should under no circumstances be trusted as secure ## and genuine unless downloaded from the Snailsource.com web ## site. ############################################################## IMPORTANT: If you do nothing else read these docs... ==================================================== Install http://www.snailsource.com/callite/install.html Upgrade http://www.snailsource.com/callite/upgrading.html Settings for Calendar http://www.snailsource.com/callite/admin.html Permissions for Calendar http://www.snailsource.com/callite/admin.html#perm FAQ http://www.snailsource.com/callite/faq.html Support http://www.snailsource.com/forum/viewforum.php?f=1 Release Notes/ New Features: ============================ - Improved SQL query for month view (now 1 instead of 30+) - Native phpBB2 template support has now been added - Native phpBB2 Administration through the Admin Control Panel has now been provided - Improved Installer (will not install/update unless you log in as Admin) Bug-Fixes & Updates =================== 24/02/2003 - Fixed issue with time validation requiring a time - Fixed edit/del own events permission (this only fixes for events added after new file uploaded) 23/02/2003 - Fixed mysql4 compatability error. - Fixed issue with event time being discarded. - Added time validation check - Included a calendar icon for header link 03/02/2003 - Short php tags now replaced with long