jambagecom / tt-board
Simple threaded (tree) or list message board (forum).
Installs: 925
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 3
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: >=7.4.0
- ext-pdo: *
- jambagecom/div2007: ^1.17 || ^2.0
- jambagecom/tslib-fetce: ^0.8.0
- typo3/cms-core: ^11.5 || ^12
- typo3/cms-extensionmanager: ^11.5 || ^12
- typo3/cms-felogin: ^11.5 || ^12
- typo3/cms-filemetadata: ^11.5 || ^12
- typo3/cms-tstemplate: ^11.5 || ^12
- typo3/minimal: ^11.5 || ^12
Replaces
- typo3-ter/tt-board: v1.15.1
This package is auto-updated.
Last update: 2024-11-01 08:40:31 UTC
README
TYPO3 extension tt_board
The extension tt_board brings a forum in list or tree view to TYPO3.
You must have set this in the constants
PAGE_TARGET = _top
The entry form is only available for logged in front end users of group id=1 by default. You can activate this in the constants for all users and even those without a login:
plugin.tt_board { memberOfGroups = 0 }