Download the PHP package heimrichhannot/contao-member-listing-bundle without Composer
On this page you can find all versions of the php package heimrichhannot/contao-member-listing-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download heimrichhannot/contao-member-listing-bundle
More information about heimrichhannot/contao-member-listing-bundle
Files in heimrichhannot/contao-member-listing-bundle
Package contao-member-listing-bundle
Short Description Add list and reader elements for members.
License GPL-3.0-or-later
Informations about the package contao-member-listing-bundle
👥 Contao Member Listing Bundle
This bundle provides a simple content element to list frontend members.
Features
- List frontend members
- Choose the members to show with a member picker wizard
- JSON-LD with the selected member's data included
- Supports showing member images
Installation
Install via composer or contao manager.
Then, update your database.
Usage
- Create a new content element of type "Member list" and configure it as needed.
- Customize the template
content_element/member_listto your needs.
Member images
This bundle comes with support for member images. To use this feature, you need to add an image field (singleSRC) to your member dca.
Afterward you get a size selection in the content element configuration.
Two templates with image support are already bundled.
For legacy compatibility, you may also add an
addImagefield to your member dca, to toggle the image display on or off. This is however discouraged and will be removed in future versions of this bundle.
All versions of contao-member-listing-bundle with dependencies
contao/core-bundle Version ^5.3
doctrine/dbal Version ^3.0 || ^4.0
spatie/schema-org Version ^3.0
symfony/http-foundation Version ^6.4 || ^7.0
symfony/http-kernel Version ^6.4 || ^7.0