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: minutes

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2006-01-10T14:23:16
Email:mth@daimi.au.dk
Info 2:
Info 3:
Info 4:

EXT: minutes

Extension Key: news_feedit

Copyright 2005, mth@daimi.au.dk, <mth@daimi.au.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.com

Table of Contents

EXT: minutes 1

Introduction 1

What does it do? 1

Users manual 1

Quick start: 1

Configuration 1

Reference 1

Known problems 2

To-Do list 2

Introduction

What does it do?

This is an frontend extension for adding and listing minutes. It contains a pluging for each of these tasks

Users manual

Quick start:

Install the extension, include static templates (default configuration and default CSS styles) to a page, and create the desired plugin element on that page

Configuration

Reference

Add Minutes (pi1)

See docuementation for extension 'mth_feedit'

List Minutes (pi2)

dateFormat

Property

dateFormat

Data type

string

Description

The format the displayed dates should be in according to the php function strftime (see http://www.php.net/strftime )

Default

%d-%m-%Y

listView.

Property

listView.

Data type

Description

Default

disableDateDisplay

Property

disableDateDisplay

Data type

boolean

Description

It set, no date for the minutes will be shown in listView

Default

0

disableCategories

Property

disableCategories

Data type

boolean

Description

It set, no categories for the minutes will be shown in listView

Default

0

disableShort

Property

disableShort

Data type

boolean

Description

It set, no short for the minutes will be shown in listView

Default

0

shortLgd

Property

shortLgd

Data type

int

Description

Length of the short shown in listView

Default

200

highlightSearch

Property

highlightSearch

Data type

boolean

Description

If set, search results will be highlighted in the listView

Default

0

result_at_a_time

Property

result_at_a_time

Data type

int

Description

Shown result at a time in the listView

Default

10

maxPages

Property

maxPages

Data type

int

Description

The max number of pages shown on the page browser.

Default

3

singleView.

Property

singleView.

Data type

Description

Default

disableDateDisplay

Property

disableDateDisplay

Data type

boolean

Description

It set, no date for the minutes will be shown in singleView

Default

0

disableAuthor

Property

disableAuthor

Data type

boolean

Description

It set, no author for the minutes will be shown in singleView

Default

0

((generated))
Example for Add Minutes (pi1)

Here is an example of how to use the stuff from the reference (NOTE: pid is required):

plugin.tx_minutes_pi1.mthfeedit {
  pid = 9
  allowedGroups = 1

  infomail = 1
  email.from = FROM@EMAIL.COM
  email.fromName = FROM NAME
  email.admin = ADMIN@EMAIL.COM
  email.field = FIELD FROM RECORD WHERE USERS EMAIL SHOULD BE FOUND.
}
Example for List Minutes (pi2)

Here is an example of how to use the stuff from the reference:

plugin.tx_minutes_pi2 {
  dateFormat = %d-%m-%Y
  listView {
    disableDateDisplay = 0
    disableShort = 0
    shortLgd = 200
    result_at_a_time = 10
    maxPages = 3
  }
  singleView.disableDateDisplay = 0
}

Known problems

- Let me know, if you find some

To-Do list

- Nothing right now

img-1 EXT: minutes - 2