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

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2006-07-24T11:34:43
Author:Oliver Klee
Email:typo3-coding@oliverklee.de
Info 3:
Info 4:

EXT: Wheelchair

Extension Key: wheelchair

Copyright 2006, Oliver Klee, <typo3-coding@oliverklee.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: Wheelchair 1

Introduction 1

What does it do? 1

Screenshots 1

Sponsoring and credits 2

Tutorial: Installing and using this extension 2

Known problems 2

To-Do list 2

Changelog 2

Introduction

What does it do?

This extension adds a checkbox “wheelchair” to the front-end user table, indicating whether a person is using a wheelchair. This can be used to help organizers finding suitable lodging eg. when booking a workshop.

In addition, this extension provides a customized CSS-based template for sr_feuser_register that contains this field.

This extension is tested to work with TYPO3 4.0 and comes with an English and German localization.

Screenshots

This is the account creation screen of sr_feuser_register with this extension. Please note the additional checkbox at the bottom.

img-1

Sponsoring and credits

Tutorial: Installing and using this extension

Install the extension. The extension manager will prompt you for the necessary database changes.

If you intend to use this extension with the sr_feuser_register extension, also take the following steps:

In your TS template under “Include static (from extensions)”, include “Wheelchair”. This is important to allow the user to unset the “wheelchair” checkbox again.

Now you need to add the “wheelchair” checkbox to your sr_feuser_register HTML template. You can either modify the HTML template yourself or add the following line to your TS constants which will include a modified CSS-based HTML template with just the “wheelchair” checkbox added:

plugin.tx_srfeuserregister_pi1.file.templateFile = EXT:wheelchair/static/tx_srfeuserregister_pi1_css_tmpl.html

Known problems

Once checked, the “wheelchair” checkbox cannot be unchecked using the sr_feuser_register extension if the static template from the wheelchair extension has not been included.

If you find any bugs or would like to propose a feature, please create yourself an account at the bug tracker and then report the issue under the product Wheelchair .

To-Do list

Currently nothing.

Changelog

Please see the file ChangeLog for this.

img-2 EXT: Wheelchair - 2