https://github.com/markocupic/member-picture-feed
Frontend module for Contao CMS, that adds picture feed functionality for frontend users.
https://github.com/markocupic/member-picture-feed
contao feed fronend gallery-images members picture upload users
Last synced: 5 months ago
JSON representation
Frontend module for Contao CMS, that adds picture feed functionality for frontend users.
- Host: GitHub
- URL: https://github.com/markocupic/member-picture-feed
- Owner: markocupic
- License: mit
- Created: 2018-10-04T08:57:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T21:13:39.000Z (5 months ago)
- Last Synced: 2024-11-30T22:21:43.739Z (5 months ago)
- Topics: contao, feed, fronend, gallery-images, members, picture, upload, users
- Language: PHP
- Homepage:
- Size: 1.31 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Member Photo Feed
This frontend module for [Contao CMS](https://contao.org) 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
```yaml
# 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