markocupic / member-picture-feed
Plugin for Contao CMS. Add a member picture feed backend module to your Contao project.
Installs: 201
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 1
Type:contao-bundle
Requires
- php: ^8.2
- codefog/contao-haste: ^5.0
- contao/core-bundle: ^5.3
- markocupic/contao-twig-assets: ^1.1
- terminal42/contao-fineuploader: ^3.2.0
Requires (Dev)
- contao/easy-coding-standard: ^5.0
- contao/manager-bundle: ^4.13
- contao/manager-plugin: ^2.3.1
- contao/test-case: ^4.6
- phpunit/phpunit: ^9.3
- symfony/phpunit-bridge: ^5.4
This package is auto-updated.
Last update: 2024-10-24 22:23:49 UTC
README
Member Photo Feed
This frontend module for Contao CMS allows to logged in Contao frontend users to upload their favorite images via a frontend module. The images then can be displayed with the "gallery" content element from the Contao core. You can use Sort by: Filename (descending) to show the latest images first.
Configuration
# config/config.yml: markocupic_member_picture_feed: # Add your valid file extensions valid_extensions: 'jpeg,jpg'
Dependencies
- Contao > 4.12
- PHP 7.4 and higher
- All the JS scripts are written in pure Javasript (No jQuery dependency)
- Bootstrap 5 with its modal component