thibaut-decherit / WorkingForumBundle

Symfony 3 / 4 Forum Bundle

Home Page:https://demoworkingforum.charlymartins.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WorkingForumBundle

Join the chat at https://gitter.im/WorkingForumBundle/Lobby Latest Stable Version Total Downloads License

ENGLISH

A forum bundle for Symfony 3/4, easy to use with a lot of features
This bundle work with your user bundle with no extra configuration (which can extend FOSUserBundle)
The bundle was made to be customizable and overridable to fit your application

Demo

Try it here - https://demoworkingforum.charlymartins.fr

Features

  • Support multi language
  • Responsive design (mobile, tablet, desktop)
  • Post editor using markdown with smiley, quote and instant preview
  • Threads status : resolved, closed, pinned, moved from a moderator
  • Enclosed files with post (files upload system)
  • Vote system for posts
  • Moderator role as ROLE_MODERATOR (and default admin roles)
  • Reporting system for thread
  • Auto-lock system for old thread
  • Automatic breadcrumb, messages counters, pagination
  • Allow or not the anonymous to read forums
  • Database safety : no HTML stored, only markdown
  • Search system
  • Backend administration
  • Antiflood system
  • Email notification on new posts

Setup

See SETUP-SF2-SF3.md or SETUP-SF4-FLEX if you use Symfony 4 with Flex structure

Configuration

Refer to CONFIGURATION.md

About

Symfony 3 / 4 Forum Bundle

https://demoworkingforum.charlymartins.fr

License:MIT License


Languages

Language:PHP 51.9%Language:JavaScript 21.3%Language:HTML 18.0%Language:CSS 8.8%