stijnhau/zf-forum

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

dev-master 2019-02-20 21:59 UTC

This package is not auto-updated.

Last update: 2021-07-24 02:41:15 UTC


README

Note

This module is currently under heavy development.[UNDERGOING DATABASE CHANGE]

Introduction

Forum module for zf2

Installation

Using composer (Proposed option)

  1. Add stijnhau/zf2-forum (version dev-master) to requirements
  2. Run update command on composer
  3. enable it in your application.config.php file.

Manually

  1. Clone this project into your ./vendor/ directory and enable it in your application.config.php file.

  2. 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.

  5. Add topic after loging in and opening a forum category.

Requires

  1. PHP >= 5.3.0
  2. ZfcUser >= 1.0.0

features

  1. Create topic.
  2. Reply on topic.
  3. enable and disable quickreply.
  4. Show poster by customvield
  5. Click on username top redirect to profile[TODO]
  6. edit your own post[TODO]
  7. Show posttime as time ago.
  8. Quote posts [todo]
  9. Block opening forum if not logged in. [BybAuthorize)
  10. Multilanguage