t3brightside / personnel

TYPO3 CMS extension for showing person contacts with vCard download.
https://t3brightside.com/
Other
6 stars 2 forks source link
contacts personnel typo3 typo3-extension vcard

Personnel

License Packagist Downloads Brightside

TYPO3 CMS extension for personnel list with vCard support. List of people from pages or individual records. Demo

Breaking Changes

v3.0.0 see the ChangeLog

Features

System requirements

Installation

Usage

Add custom template

TypoScript Check the constant editor.

PageTS

TCEFORM.tt_content.tx_personnel_template.addItems {
  minilist = Mini List
}

Fluid Add new section wheres IF condition determines template name 'minilist' to: Resources/Private/Templates/Personnel.html

<f:if condition="{data.tx_personnel_template} == minilist">
  <f:for each="{personnel}" as="person" iteration="iterator">
    <f:render partial="Minilist" arguments="{_all}"/>
  </f:for>
</f:if>

Create new partial: Resources/Private/Partials/Minilist.html

routeEnhancers

For the pagination routing check t3brightside/paginatedprocessors

PersonnelVcard:
  type: Simple
  limitToPages:
  routePath: '/{person}'
  defaults:
    tag: ''
  requirements:
    person: '[1-999]'
  _arguments:
    person: 'person'
  aspects:
    person:
      type: StaticRangeMapper
      start: '1'
      end: '999'
PageTypeSuffix:
  type: PageType
  map:
    vcard.vcf: 888

Development & maintenance

Brightside OÜ – TYPO3 development and hosting specialised web agency