DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Users Manual

Installation

  1. Install tt_board from the Extension Manager. Maybe the extension must be fetched from TYPO3 TER in the Extension Manager or from https://extensions.typo3.org/ by downloading a ZIP file and uploading it into your TYPO3 system.
tt_board in the Extension Manager

list tt_board in the Extension Manager

Activate tt_board in the Extension Manager.
  1. Check if tt_board has been activated.
tt_board activated in the Extension Manager

list tt_board in the Extension Manager after activation

tt_board must have been activated in the Extension Manager.
  1. The Extension Manager should have activated all the dependant extensions automatically.
tt_board's depending extensions activated

list tt_board’s depending extensions in the Extension Manager after activation

tt_board depends on some extensions which are automatically activated from the Extension Manager when tt_board is activated.
  1. Choose or add a starting page for the forum.
add a starting page

Each forum needs a starting page.

Use the TYPO3 backend page module to add a starting page.
  1. Add a new content element and choose the Message board plugin.
choose the first forum plugin

The forum needs “Discussion Forum” or a “Message Board” plugin.

Choose the “Message Board” plugin for this example.
  1. Insert the Plugin on your Topics page
insert the first forum plugin

plugin addition

After the previous step you will see the “General” tab of the content element of the plugin.
  1. Select the Forum: List flexform of the Plugin “Board, List”
insert the first forum list plugin

forum list plugin addition

From the list of the available items you shall choose “Forum: List” for this example. Press the save button.
  1. Verify the code in the page module. It must be ‘LIST_FORUMS’.
verify the code of the first forum list plugin

forum list code verification

Just to be sure that everything has been accomplished correctly, have a look at the code of the plugin.
  1. Add two subpages underneath the Topics page.
add 2 subpages

add 2 subpages “Forum 1” and “Forum 2”

Two forum pages are created below the forum starting page.
  1. Add a discussion forum to the page “Forum 1”
add plugin for message board 1

New content element wizard with plugin tab

Add a new content element of the type plugin and subtype “Message Board” from the plugin tab.
  1. Insert the flexforms “Forum: Single” and “Entry Form: General” .
select the message board 1 display modes
  1. Add the Message board to the “Forum 2” page.
add plugin for message board 2
  1. Insert the “Forum: Single” and “Entry Form: General” flexforms.
select the message board 2 display modes

Click 2 message board plugins from “Available items” into “Selected items”

Choose from the available display modes for the “Message Board” (Board / List).
  1. Create an extension template for tt_board in your Templates folder and call it “+ext: tt_board”
create an extension template for tt_board
  1. Insert Constants and Setup for tt_board.
add the first constants and setup

Insert the Constants.

plugin.tt_board {
    memberOfGroups = 0
}

Insert the Setup.

Use your own e-mail adresses instead of the example email address.

  1. Add the CSS styles (or use your own CSS file) and the Message Board Setup under “Include static from extensions”.
include static from extensions
  1. Edit your master template.
edit the master template in the Templates sysfolder
  1. Include the “+ext: tt_board” from your master template under “Include Basis Template”.
edit the master template in the tab include

The popup window output contains a page browser in order to navigate to the extension template setup and constants.

You must choose the include tab from the master template and move to the “Include Basis Template” sysfolder symbol. If you click on it then a popup windows shows up. There you choose the “+ext: tt_board” template. This template must be included anywhere into your webpage’s template.
  1. Check the result.
included basis template "+ext tt_board"
  1. The two forums should be visible in the front end now.
front end view with 2 forums

Important

The correct output of the forum in the front end will only show up if tt_board has been installed and if the static template of it has been assigned in the TYPO3 backend.