An open API service indexing awesome lists of open source software.

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

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/