jambagecom/tt-board

Simple threaded (tree) or list message board (forum).

Installs: 843

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 3

Open Issues: 2

Type:typo3-cms-extension

v1.14.1 2024-04-04 16:04 UTC

README

TYPO3 Monthly Downloads Latest Stable Version

TYPO3 extension tt_board

<abstract>

Repository

https://github.com/franzholz/tt_board

Read online

https://docs.typo3.org/typo3cms/extensions/tt_board/stable/

TER

https://extensions.typo3.org/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 current full documentation is not rendered in the front end. Have a look into the folder Documentation !

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
}