DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: My Extension

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Johnny
Changed:2009-02-11T19:13:38
Author:Author Name
Email:your@email.com
Info 3:
Info 4:

img-1 img-2 EXT: My Extension

EXT: activitycal

Extension Key: activitycal

Copyright 2000-2008, Johnny Sjbjerg, <js@itpower.dk>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: activitical 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

Screenshots 3

`Users manual 4 <#1.2.Users%20manual|outline>`_

`Configuration 5 <#1.3.Configuration|outline>`_

`To-Do list 6 <#1.4.To-Do%20list|outline>`_

`ChangeLog 7 <#1.5.ChangeLog|outline>`_

Introduction

What does it do?

acticitycal is a simple way to display an activity calendar or event calendar.

Screenshots

  • Inserting the plugin.

    img-3

  • Submitting an event (must be done from the 'list'-view on a SysFolder!).

    img-4

Users manual

The plugin has 3 display options - 'List Events', 'Show Previous Events' and 'Show Event'.

List Events: Get a list of upcoming events.

Show Previous Events: Get a list of outdated events.

Show Event: Displays full event details.

Configuration

templateFile

Property

templateFile

Data type

string

Description

Which template file to load

Default

showEventText

Property

showEventText

Data type

string

Description

The link text shown in the overview, linking to the detail page

Default

Click for details

showEventPid

Property

showEventPid

Data type

int

Description

The PID of the page containing the “Show Event”

Default

showBackText

Property

showBackText

Data type

string

Description

The link text shown in the detail page, linking back to the overview

Default

Back to list

showBackPid

Property

showBackPid

Data type

int

Description

The PID of the page containing the “List Events”

Default

storageFolder

Property

storageFolder

Data type

Int

Description

The PID containing the events.

Default

dateFormat

Property

dateFormat

Data type

string

Description

How to format the dates

Default

Ymd

listLimit

Property

listLimit

Data type

int

Description

How many events to output

Default

((generated))

((generated))
Example
plugin.tx_activitycal_pi1.templateFile = fileadmin/templates/activity.html
plugin.tx_activitycal_pi1.showEventText = More info
plugin.tx_activitycal_pi1.showEventPid = 11
plugin.tx_activitycal_pi1.showBackText = Back to overview
plugin.tx_activitycal_pi1.showBackPid = 2
plugin.tx_activitycal_pi1.storageFolder = 1
plugin.tx_activitycal_pi1.dateFormat = d-m-Y
plugin.tx_activitycal_pi1.listLimit = 5

To-Do list

  • Complete FlexForm setup
  • Localization

ChangeLog

  • 0.0.3 listLimit option added and 'starting point' is now supported
  • 0.0.2 Manual added
  • 0.0.1 Initial release

7