Events/Calendar

Works with Cotonti 0.6.*

Updated version of v2.0. This release fixes the sed_build_bbcode issue with Cotonti 0.6 and above.

Features:
- Add/edit/delete events
- Events categories
- Fully localisable (includes EN and NL language files)
- Validation queue for events

Added features in v2.0:
- Maximum number of participants for events
- Deadline for updating availability

Installation:
- Upload files
- Run events_new_v2.0.sql in phpMyAdmin
- Install plugin in administration area

Upgrade from v2.0:
- Replace files

Upgrade from v1.0:
- Replace files
- Run events_update_v1.0_to_v2.0.sql in phpMyAdmin
- Reinstall plugin in administration area


1. Trustmaster  2009-10-22 04:40
2. Trustmaster  2010-01-31 23:19
Use this SQL script to install the plugin, default one may have encoding problems.
3. BESTRAFER  2010-08-31 18:32
Conflicts with php 5.3:
Function ereg_replace() is deprecated
Fix this plz
4. 3axap  2010-11-25 23:19
PHP 5.3 error
replase
ereg_replace
to
str_replace
in all php files
Alleen geregistreerde gebruikers kunnen reacties plaatsen.