This module is currently under heavy development.[UNDERGOING DATABASE CHANGE]
Forum module for zf2
- Add
stijnhau/zf2-forum
(versiondev-master
) to requirements - Run
update
command on composer - enable it in your
application.config.php
file.
-
Clone this project into your
./vendor/
directory and enable it in yourapplication.config.php
file. -
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.
- PHP >= 5.3.0
- ZfcUser >= 1.0.0
- 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