Address extension. Code is based on news extension from Georg Ringer.

Installs: 31

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 1

Open Issues: 1

Type:typo3-cms-extension

dev-master 2021-09-17 13:07 UTC

README

Features

  • Based on extbase & fluid, implementing best practices from TYPO3 CMS
  • Frontend template variant based on Twitter Bootstrap (v4)
  • Circumference search / Radius search
  • Different types of records with different fields: Address, company, person
  • Flexible layouts in each plugins. Addable via TSconfig.

Usage

1) Installation

Installation using Composer

The recommended way to install the extension is by using Composer. In your Composer based TYPO3 project root, just do composer require wapplersystems/address.

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the extension manager module.

2) Minimal setup

  1. Include the static TypoScript of the extension.
  2. Create some address records on a sysfolder.
  3. Create a plugin on a page and select at least the sysfolder as startingpoint.

Credits

  • Sven Wappler
  • A lot of code is based on the news extension by Georg Ringer.