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

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Hauke Mehrtens
Changed:2007-12-27T13:17:45
Author:Hauke Mehrtens
Email:hauke@hauke-m.de
Info 3:
Info 4:

EXT: me_availability

Extension Key: me_availability

Copyright 2000-2002, Hauke Mehrtens, <hauke@hauke-m.de>

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: me_availability 1

Introduction 2

What does it do? 2

Screenshots 2

Users manual 3

FAQ 4

Reference 4

Known problems 4

To-Do list 4

Changelog 4

Introduction

What does it do?

This extension adds an available calendar to your page. It is useful if your build a page for a vacation rental.

Screenshots

Rahmen1

img-2 img-3 Users manual ------------

The installation is very easy. Just add the availability calendar under “Insert Plugin” as a content element to a page.

As Startingpoint you can set the page or storage folder in which the booking dates are safed.

To add a new flat booking, add a new record for every booking period. The start and the enddate is needed and the sitecache should be cleared after this.

FAQ

If you use a other page to safe the records than the page on which the availability calendar is displayed add this to the Tsconfig of the page where the records are saved and the cache of the page displaying the records will be cleared automatically after adding a new record. : TCEMAIN.clearCacheCmd = [PID of displaying page]

Reference

- Possible subsections: Reference (TypoScript)

lastday

Property

lastday

Data type

integer

Description

set to 1 if "last day of booking" is the day of departure

Default

0

rows

Property

rows

Data type

integer

Description

Number of rows in the table

Default

4

columns

Property

columns

Data type

integer

Description

Number of columns in the table

Default

4

markweekends

Property

markweekends

Data type

integer

Description

If 1 it marks the weekends with a special color

Default

0

Known problems

If markweekends is set to 1, no end or starting picture is used as background for the weekends.

To-Do list

Add the templating engine to support html templates.

Changelog

  • 0.1.0 08.04.2007 First release based on flatmgr
  • 0.2.0 14.04.2007 add typoscript options, add start and end pictures, changed css file
  • 1.0.0 27.12.2007 reworked code and added lastday
  • 1.0.1 27.12.2007 LastDay Bugfix; new title tags for headlins

img-4 EXT: me_availability - 4