1 (edited by Koos 2008-08-04 17:23)

Topic: Calendar Categories Add-on

##
##        Mod title:  Calendar Categories Add-on
##
##      Mod version:  1.1.1
##   Works on PunBB:  1.2.*
##     Release date:  2008-07-16
##           Author:  Koos (pampoen10@yahoo.com)
##
##      Description:  Adds category functionality to Calendar 2.0.8a with
##                    full permission control.
##
##   Affected files:  calendar.php
##                    calendar/config.php
##                    calendar/header.php
##                    lang/English/calendar.php
##                    plugins/AP_Calendar_Settings.php
##                    style/imports/Oxygen_cs.css
##                                     
##       Affects DB:  New tables:
##                       'calendar_categories'
##                       'calendar_perms'
##                    New column in 'calendar' table:
##                       'cat_id'
##
##            Notes:  The functionality for tracking Posts/Topics
##                    and Birthdays has been removed.
##
##       DISCLAIMER:  Please note that "mods" are not officially supported by
##                    PunBB. Installation of this modification is done at your
##                    own risk. Backup your forum database and any and all
##                    applicable files before proceeding.
##
##     Contributors:  seesaw
##

I completed a categories mod of Calendar 2.0.8a a few months ago and decided to make it available since many people have been asking for such a feature. It includes full permission control for calendar categories and also incorporates Calendar-2.0.8a beta Patch v10.

This add-on is for Calendar 2.0.8a - and has been thoroughly tested. It can also be easily uninstalled if wanted.

If you've got Calendar-2.0.7 installed, you must use the readme for calendar-2.0.7.

A special thanks to seesaw for his contributions in incorporating additional interface tweaks and user input sanitisations.

Download from punres.org

2

Re: Calendar Categories Add-on

Calendar Categories Add-on v1.1.1 now available.

Here are the changes made:

## CHANGELOG:

## v1.1.1   : [2008-07-16]
1. Fixed a bug which made it impossible to add events if there is only one calendar category.

2. Updated the get_resolution.php script so that it will now work in PHP5 - but turned it off by default, since it might still not work on some servers. Can be turned on in the Calendar Settings in the Admin control panel.

3. Now possible to enable/disable the 'Days to view' drop down menu on the 'day view' page in the Calendar Settings in the Admin control panel.

4. Some other minor changes.