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: Advanced Address-List

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2007-03-11T14:15:41
Author:Sven Kalbhenn
Email:sven@skom.de
Info 3:
Info 4:

EXT: Advanced Address-List

Extension Key: adv_address

Copyright 2000-2007, Sven Kalbhenn, <sven@skom.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: Advanced Address-List 1

Introduction 1

What does it do? 1

Screenshots 1

Users manual 1

FAQ 1

Adminstration 2

Installation 2

FAQ 2

Configuration 2

FAQ 2

Reference 2

Tutorial 2

Known problems 2

To-Do list 3

Changelog 3

Introduction

What does it do?

The adv_address extension is a extremely flexible Address-List, which makes use of the new IRRE- and MVC-Concepts.It is flexible because every person can have more than only one address. Every address can have any number of contact-informations like phone- and fax-numbers, e -mail-addresses, websites and so on. Even companies can be managed and linked with persons and addresses.

Due to the new IRRE-Concept in TYPO3 Version 4.1 you can edit f.e. Addresses inside of persons, contact-informations inside of addresses and so on.

With the Model-View-Controler Concept (MVC) this extension is future- proof for the upcoming TYPO3 Version 5.x.Developers can extent this extension by adding new Models, Views and Controlers without the need of using the inflexible Xclasses. The new php-Templates offer much more flexibility for template-designers.

Screenshots

- Coming soon...

Users manual

FAQ

- Possible subsections: FAQ

Adminstration

Installation

Install the extension in the extension-manager.

Go to your root-template and in “Include static” add the “adv_address” entry to your template!

Add a sysfolder, where you want to store your addresses

Insert a plugin “advanced Address-List” on the page, where you want to show your Address-List.

As storage-folder select your sysfolder (see 3.)

Change to list-view and add new persons and/or companies into your sysfolder. While adding new persons/companies you can also add new addresses and contact-informations

FAQ

- Coming soon..

Configuration

((generated))

Templating

You can find the template in typo3conf/ext/adv_address/templates/listView.php

For more information on php-Templates see the documentation of the lib-extension: http://typo3.org/documentation/document-library /extension-manuals/lib/0.0.20/view/

Extending

See MVC-Concept in Wiki.

FAQ

- Coming soon..

Reference

- (TypoScript)

maximalItemsToDisplay

Property

maximalItemsToDisplay

Data type

integer

Description

Number of address shown in the listview

Default

20

((Unknown Property))

Property

Data type

Description

Default

[tsref:(cObject).plugin.tx_advaddress.configurations]

((generated))
Example

Here you can see an example:

plugin.tx_advaddress.configurations {
        maximalItemsToDisplay = 20
        pathToLanguageFile = EXT:adv_address/locallang.xml
        templatePath = EXT:adv_address/templates/
        imagePath = fileadmin/user_upload/images/
        listTemplate = listView.php
        dateFormat = %d. %B %Y
}

Tutorial

- Coming soon...

Known problems

  • Be aware, that this extension only works with TYPO3 Version 4.1 and above!!!
  • Send bugs, questions and suggestions to sven@skom.de

To-Do list

- More Views

- Single-View

Changelog

- Version 0.0.2: Added the MVC-Concept

- Version 0.0.1: First official release

img-1 EXT: Advanced Address-List - 3