NAVIGATION
This shows you the differences between two versions of the page.
|
3rd-party-modules:cm_calendar:cm-calendar-installation [2012/01/20 16:29] Peter Bracher |
3rd-party-modules:cm_calendar:cm-calendar-installation [2018/06/03 18:08] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{indexmenu_n>400}} | + | {{indexmenu_n>200}} |
| ====== Installation ====== | ====== Installation ====== | ||
| Line 9: | Line 9: | ||
| To activate the module go to the modules section an click the new 'cmCalendar' link.\\ | To activate the module go to the modules section an click the new 'cmCalendar' link.\\ | ||
| + | {{:3rd-party-modules:cm_calendar:cm01.jpg|}} | ||
| That's it!\\ | That's it!\\ | ||
| - | The module adds ... table (...) to the phpwcms database. | + | The module adds 3 tables to the phpwcms database. |
| + | |||
| + | The module appears as a new content part: plug-in: cmCalendar\\ | ||
| + | {{:3rd-party-modules:cm_calendar:cm02.jpg|}} | ||
| + | |||
| + | ====== Update ====== | ||
| + | (only recommended for phpwcms >= 1.4.4 r381) | ||
| + | |||
| + | **BACKUP** the existing module files and the Database! | ||
| + | Unzip the downloaded file to your phpwcms installation and overwrite the existing files in folder: include/inc_module/mod_cm_calendar | ||
| + | |||
| + | **CHECK TO NOT** overwrite your template and css files in folder: | ||
| + | * include/inc_module/mod_cm_calendar/template/cntpart | ||
| + | * include/inc_module/mod_cm_calendar/template/css | ||
| + | * include/inc_module/mod_cm_calendar/template/print | ||
| + | |||
| + | You MUST update all your existing cmCalendar ContentParts within your site.\\ | ||
| + | Especially the field 'selection' under event listing could contain a serialized string, delete it and enter the desired selection values again.\\ | ||
| + | Check your teaser template, the classes there changed. | ||
| + | |||
| + | No changes are made in the Database. | ||