Search by

hofff / contao-contact-profiles

frontendschlampe

Various form utilities for Contao CMS.

Package info

github.com/hofff/contao-contact-profiles

Homepage

Type:contao-bundle

pkg:composer/hofff/contao-contact-profiles

Statistics

Installs: 244

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

2.0.0 2026-09-09 13:02 UTC

This package is auto-updated.

Last update: 2026-09-09 13:14:50 UTC


README

This extensions provides a feature rich contact profile integration into Contao. It integrates into several bundles.

It's also works together with:

Requirements

  • Contao ^5.3
  • PHP ^8.3

Features

  • Contact profile list module/content element (custom profiles, related profiles, by category)
  • Contact profile detail module/content element
  • Initials filter module/content element
  • Related news categories module

Multilingual support

This extension has a built-in support for multilingual contact profiles. To enable it you have to install terminal42/dc_multilingual and adjust the bundle configuration:

hofff_contact_profiles:
  multilingual:
    # Enable the translation
    enable: true
    # Optional, otherwise the languages of the root pages are used
    languages: ['de', 'en']
    # Optional, otherwise a special fallback language is used
    fallbackLanguage: 'en'
    # Overrides the translated fields of a contact profile
    # By default following fields are translatable:
    fields:
      - 'alias'
      - 'salutation'
      - 'title'
      - 'position'
      - 'profession'
      - 'caption'
      - 'websiteTitle'
      - 'teaser'
      - 'description'
      - 'statement'
      - 'jumpTo'
      - 'videos'

After adjusting the configuration you have to run contao:migrate.

Warning Disabling multilingual support after having created translated profiles will leads to incomplete and duplicated entries!