Contao Open Source CMS > Enhance > Extension list > [calendar_events_plus] Calendar Events Plus 1.1.0 stable

Extensions > calendar_events_plus

[calendar_events_plus] Calendar Events Plus
Thumbnail picture

Adds location, participants and contact to events.

This extension adds additional text field "Location", "Participants" and "Contact" to an event at backend, saved data can be outputted at frontend. At backend all fields are available at search menu, so events can be found via location, participants or contact. As well all fields are available at User groups > Allowed fields > tl_calendar_events to grant or deny access.

Instructions

Copy this syntax into a frontend template for displaying events:

Module type: Calendar (cal_default.*)

  • <?php echo $event['cep_location']; ?>
  • <?php echo $event['cep_participants']; ?>
  • <?php echo $event['cep_contact']; ?>

Module type: Event reader, Event list (event_full.*, event_list.*, event_teaser.*, event_upcoming.*)

  • <?php echo $this->cep_location; ?>
  • <?php echo $this->cep_participants; ?>
  • <?php echo $this->cep_contact; ?>

Default Values

The fields at backend can have default values, that means new events have already such a value; the default values can be changed or deleted if necessary. To use default values please copy the following syntax into file /system/config/dcaconfig.php

  • $GLOBALS['TL_DCA']['tl_calendar_events']['fields']['cep_location']['default'] = 'Custom value';
  • $GLOBALS['TL_DCA']['tl_calendar_events']['fields']['cep_participants']['default'] = 'Custom value';
  • $GLOBALS['TL_DCA']['tl_calendar_events']['fields']['cep_contact']['default'] = 'Custom value';
Version1.1.0 stableTypeFree
Release date2010-09-10CategoryPlugin
LicenseLGPL
Copyright© 2010-2012 Christian Steurer (objekt d.)
AuthorChristian Steurer (Russe)
Release notes and change log for 1.1.0 stableOther versions

Released for Contao 2.11.2 (22.04.2012).

New additional field "Contact".

1.0.0 alpha1
1.0.0 rc1
1.0.0 stable
Release downloads372Total downloads400
Release installs883Total installs934
Release updates85Total updates85
Dependencies of this extensionOther extensions depending on this one
NameVersion fromVersion to
Contao2.8.3 stable2.11.2 stable
NameVersion fromVersion to
PackageSizeDate
Contao_calendar_events_plus_10010009_37.zip523642012-04-22 19:56