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: Housing Market

Author:Marco Geweke
Created:2003-10-02T14:17:59
Changed by:Marco Geweke
Changed:2003-10-02T15:49:40
Author:Marco Geweke
Email:marco.geweke@gmx.de
Info 3:
Info 4:

EXT: Housing Market

Extension Key: housingmarket

Copyright 2003, Marco Geweke, <marco.geweke@gmx.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: My Extension 1

Introduction 1

What does it do? 1

Screenshots 1

Users manual 2

Configuration 3

Reference 3

Known problems 3

To-Do list 3

Changelog 3

Introduction

What does it do?

- This extension adds a housingmarket to your site. Site visitors can post and delete offers or requests without having to login as a frontend user. Every single post is addressed by a simple password, which the user has to enter when he posts in the market.

Screenshots

img-1

This screen shows a form in the frontend.

img-2

And here you see the posts rendered in the frontend.

img-3

Record editing in the backend.

Users manual

After installation of the housing market you can add it as content element on regular pages. Use the CODE-field to tell the extension what to do. You can only use one CODE per element.

SHOW_OFFERS

CODE

SHOW_OFFERS

Description

shows a list of all offers

SHOW_REQUESTS

CODE

SHOW_REQUESTS

Description

shows a list of all requests

OFFER_FORM

CODE

OFFER_FORM

Description

shows the offer form

REQUEST_FORM

CODE

REQUEST_FORM

Description

shows the request form

DELETE_OFFER

CODE

DELETE_OFFER

Description

shows the form for deleting offers

DELETE_REQUEST

CODE

DELETE_REQUEST

Description

shows the form for deleting requests

Configuration

- You can configure the target pages which appear after submitting form data, see reference for details. If the values are empty, then default messages will appear on the same page.

Reference

- Possible subsections: Reference (TypoScript)

offer_sent_pid

Property

offer_sent_pid

Data type

int

Description

The pid of the page which should be shown after posting an offer.

Default

request_sent_pid

Property

request_sent_pid

Data type

int

Description

See above

Default

offer_deleted_pid

Property

offer_deleted_pid

Data type

int

Description

The pid of the page which should be shown if an offer was deleted.

Default

request_deleted_pid

Property

request_deleted_pid

Data type

int

Description

See above

Default

[plugin.tx_housingmarket_pi1]

Known problems

no flood protection (maybe a problem)

To-Do list

- Use html-templates to layout the extension- Make it possible to split the list of posts in multiple pages- Make everything more configureable through TS

Changelog

- 0.0.5 documentation added, TypoScript setup now works correctly.

- 0.0.4 added extension icons, minor bugfixes

- 0.0.3 first public available version - minor bugfixes

- 0.0.2 internal version – offers, requests and deletion implemented

- 0.0.1 internal version – only offers included

img-4 EXT: Housing Market - 3