https://github.com/wapplersystems/typo3-bulletinboard
TYPO3 bulletin board extension with multi image upload, based on form
https://github.com/wapplersystems/typo3-bulletinboard
typo3 typo3-cms-extension
Last synced: 14 days ago
JSON representation
TYPO3 bulletin board extension with multi image upload, based on form
- Host: GitHub
- URL: https://github.com/wapplersystems/typo3-bulletinboard
- Owner: WapplerSystems
- License: gpl-2.0
- Created: 2022-09-11T00:07:40.000Z (over 2 years ago)
- Default Branch: release/v12
- Last Pushed: 2024-11-05T11:08:16.000Z (6 months ago)
- Last Synced: 2024-11-05T12:36:59.062Z (6 months ago)
- Topics: typo3, typo3-cms-extension
- Language: PHP
- Homepage:
- Size: 1.25 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TYPO3 Extension ``ws_bulletinboard``
## Features
- Based on extbase & fluid, implementing best practices from TYPO3 CMS
- Frontend template based on Twitter Bootstrap (v4)
- Uses form extension
- Needs authentication by fe_login
- Honeypot with the help of the form extension
- Confirm/Decline of new entries by frontend too## Usage
### 1) Installation
#### Installation using Composer
The recommended way to install the extension is by using [Composer][1]. In your Composer based TYPO3 project root, just do `composer require wapplersystems/ws_bulletinboard`.
#### Installation as extension from TYPO3 Extension Repository (TER)
Download and install the extension with the extension manager module.
### 2) Minimal setup
1) Include the static TypoScript of the extension.
2) ....## Credits ##
* Sven Wappler
[1]: https://getcomposer.org/