Zf2Forum
Note
This module is currently under heavy development.[UNDERGOING DATABASE CHANGE], (*1)
Introduction
Forum module for zf2, (*2)
Installation
Using composer (Proposed option)
- Add
stijnhau/zf2-forum (version dev-master) to requirements
- Run
update command on composer
- enable it in your
application.config.php file.
Manually
- Clone this project into your
./vendor/ directory and enable it in your
application.config.php file.
-
Go to step 1., (*3)
-
Add the data/mysql.sql file to your database, (*4)
- 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