jambagecom / tt-board
Simple threaded (tree) or list message board (forum).
Installs: 782
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.16.2
- jambagecom/tslib-fetce: ^0.6.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
Requires (Dev)
- bk2k/bootstrap-package: ~11.0.3
- geithware/debug-mysql-db: ^1.0
- helhum/typo3-console: ^6.6.0
- jambagecom/fh-debug: ^0.9
- typo3-console/composer-auto-commands: *
- typo3/cms-belog: ^11.5.17
- typo3/cms-lowlevel: ^11.5.17
- typo3/cms-scheduler: ^11.5.17
- typo3/cms-setup: ^11.5.17
Replaces
- typo3-ter/tt-board: v1.13.1
This package is auto-updated.
Last update: 2023-12-01 16:42:58 UTC
README
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 full documentation is still only in the file doc/manual.odt !
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 }