jweiland / pforum
Lightweight forum extension for TYPO3
Installs: 4 908
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 5
Open Issues: 4
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^10.4.32 || ^11.5.16
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.12
- nimut/testing-framework: ^6.0
- phpspec/prophecy-phpunit: ^2.0
This package is auto-updated.
Last update: 2024-10-20 09:09:32 UTC
README
Pforum is a little lightweight forum for TYPO3
1 Features
- Create forums, topics and postings
- You can assign images to topics and postings
- It is possible to add topics/post as anonymous user, is configured
2 Usage
2.1 Installation
Installation using Composer
The recommended way to install the extension is using Composer.
Run the following command within your Composer based TYPO3 project:
composer require jweiland/pforum
Installation as extension from TYPO3 Extension Repository (TER)
Download and install pforum
with the extension manager module.
2.2 Minimal setup
- Include the static TypoScript of the extension.
- Create forum records on a sysfolder.
- Create a plugin on a page and select at least the sysfolder as startingpoint.