stijnhau / zf2-forum
Installs: 136
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 1
pkg:composer/stijnhau/zf2-forum
Requires
- php: >=7.1
- ext-intl: *
- zf-commons/zfc-user: >=3.0.0
Requires (Dev)
- phpunit/phpunit: >=3.7,<4
- squizlabs/php_codesniffer: 1.4.*
Suggests
- stijnhau/zf2-forum-admin: The admin module fot this forum
This package is not auto-updated.
Last update: 2022-02-01 12:37:18 UTC
README
Note
This module is currently under heavy development.[UNDERGOING DATABASE CHANGE]
Introduction
Forum module for zf2
Installation
Using composer (Proposed option)
- Add stijnhau/zf2-forum(versiondev-master) to requirements
- Run updatecommand on composer
- enable it in your application.config.phpfile.
Manually
- 
Clone this project into your ./vendor/directory and enable it in yourapplication.config.phpfile.
- 
Go to step 1. 
- 
Add the data/mysql.sql file to your database 
- 
Insert categories that the forum should have into forum_category. 
- 
Add topic after loging in and opening a forum category. 
Requires
- PHP >= 5.3.0
- ZfcUser >= 1.0.0
features
- Create topic.
- Reply on topic.
- enable and disable quickreply.
- Show poster by customvield
- Click on username top redirect to profile[TODO]
- edit your own post[TODO]
- Show posttime as time ago.
- Quote posts [todo]
- Block opening forum if not logged in. [BybAuthorize)
- Multilanguage