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  22. Oktober 2009, 04:40
2. Trustmaster  31. Januar 2010, 23:19
Use this SQL script to install the plugin, default one may have encoding problems.
3. BESTRAFER  31. August 2010, 18:32
Conflicts with php 5.3:
Function ereg_replace() is deprecated
Fix this plz
4. 3axap  25. November 2010, 23:19
PHP 5.3 error
replase
ereg_replace
to
str_replace
in all php files
Nur registrierte Benutzer können Kommentare schreiben