Skip to content

TYPO3 bulletin board extension with multi image upload, based on form

License

Notifications You must be signed in to change notification settings

WapplerSystems/typo3-bulletinboard

Repository files navigation

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. 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