divad942 / podium
Yii 2 Forum Module.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 59
Type:yii2-extension
Requires
- bizley/quill: ^2.0
- bower-asset/codemirror: ^5.0
- bower-asset/codemirror-buttons: ^1.0
- cebe/markdown: ^1.0
- cebe/yii2-gravatar: ^1.0
- himiklab/yii2-recaptcha-widget: ^1.0
- kartik-v/yii2-sortable: ^1.0
- kartik-v/yii2-widget-datepicker: ^1.0
- kartik-v/yii2-widget-fileinput: ^1.0
- kartik-v/yii2-widget-select2: ^2.0
- yiisoft/yii2: ^2.0.8
- yiisoft/yii2-bootstrap: ^2.0
README
This project is abandoned in favour of new Podium that will be split into Podium API and Podium client. API is 99% ready and I'm starting to work on Client. Stay tuned ;)
Podium
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
Discussion
Join Gitter channel.
Tests
For Codeception tests run:
composer exec -v -- codecept -c vendor/bizley/podium run
More tests coming soon.