Download the PHP package heimrichhannot/contao-advanced-member-bundle without Composer
On this page you can find all versions of the php package heimrichhannot/contao-advanced-member-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download heimrichhannot/contao-advanced-member-bundle
More information about heimrichhannot/contao-advanced-member-bundle
Files in heimrichhannot/contao-advanced-member-bundle
Package contao-advanced-member-bundle
Short Description This bundle enhances the contao member entity with additional functionality.
License LGPL-3.0-or-later
Informations about the package contao-advanced-member-bundle
Contao Advanced Member Bundle
This bundle enhances the contao member entity with additional fields and functions. All features are optional and must be activated or explicitly used, so just pick the functionality you need.
Features
- option to add member and member group aliases
- option to add additional member fields
- Lock member login command
Usage
Install
-
Install with composer or contao manager
composer require heimrichhannot/contao-advanced-member-bundle
- Update database
Member alias
Set huh_advanced_member.enable_member_alias
to true
and update the database, to enable member aliases.
Member group alias
Set huh_advanced_member.enable_member_group_alias
to true
and update the database, to enable member group aliases.
Additional fields
This bundle can add some often needed additional fields to the member entity.
There are 4 categories of fields that you can activate in your configuration:
Title fields:
- academicTitle
- extendedTitle
- nobilityTitle
- academicDegree
Job fields:
- jobTitles
- position
Image fields
- addImage
- singleSRC (in addImage subpalette)
- caption (in addImage subpalette)
Social fields
- linkedinProfile
- xingProfile
- facebookProfile
- twitterProfile
Lock member logins
To lock or unlock the login for all members, use the huh:member:lock-login
command.
Configuration reference
All versions of contao-advanced-member-bundle with dependencies
contao/core-bundle Version ^4.9
doctrine/dbal Version ^2.13.1 || ^3.0
symfony/config Version ^4.4 || ^5.0
symfony/dependency-injection Version ^4.4 || ^5.0
symfony/http-kernel Version ^4.4 || ^5.0
symfony/translation-contracts Version ^1.0 || ^2.0 || ^3.0