markocupic/member-picture-feed

Plugin for Contao CMS. Add a member picture feed backend module to your Contao project.

3.5.0 2024-03-28 22:30 UTC

README

logo.png

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.

Screenshot Upload Plugin

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