jweiland / pforum
Lightweight forum extension for TYPO3
Installs: 5 857
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 5
Open Issues: 5
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^13.4
Requires (Dev)
- ergebnis/composer-normalize: ^2.44
- friendsofphp/php-cs-fixer: ^3.14
- phpstan/phpdoc-parser: ^1.33
- phpstan/phpstan: 1.10
- phpunit/phpunit: ^11.2.5
- roave/security-advisories: dev-latest
- typo3/coding-standards: ^0.8
- typo3/testing-framework: ^9.0.1
Replaces
- typo3-ter/pforum: 6.0.1
This package is auto-updated.
Last update: 2025-08-07 21:56:49 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.