Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

Latest commit

 

History

History
72 lines (51 loc) · 2.54 KB

old_README.md

File metadata and controls

72 lines (51 loc) · 2.54 KB

Podium

Join the chat at https://gitter.im/bizley/yii2-podium Latest Stable Version Total Downloads License Code Climate Yii2

Yii 2 forum module

This extension allows you to add forum to your app.

Features

  • Bootstrap responsive layout
  • Quill WYSIWYG editor
  • CodeMirror Markdown editor
  • Supports Cache, Formatter and Connection components
  • Built-in user identity handling (+supports inherited identity)
  • Built-in RBAC component (+supports inherited RBAC)
  • Console mail queue handling
  • Avatars uploading (+supports Gravatars)
  • Built-in user messages component
  • English, Polish, Russian, and Spanish translation (+Japanese coming up)
  • Available with polls system

Installation & configuration

Follow instructions at Podium wiki.

Warning: This is BETA version of Podium.
Any part of this module can change without warning.
Please report all issues and suggestions here.

Demo

Podium Demo is available at http://bizley.pl/podium.

Screenshots

Main page Podium main page

Member view Podium member view

Messages inbox Podium messages inbox

Thread view Podium thread view

Discussion

Join Gitter channel.

Tests

For Codeception tests run:

composer exec -v -- codecept -c vendor/bizley/podium run

More tests coming soon.