stijnhau / zf2-forum
This package is abandoned and no longer maintained.
The author suggests using the stijnhau/zf-forum package instead.
There is no license information available for the latest version (dev-master) of this package.
dev-master
2019-02-20 21:59 UTC
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
update
command on composer - enable it in your
application.config.php
file.
Manually
-
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.
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