Download the PHP package codeconsortium/ccdn-forum-bundle without Composer
On this page you can find all versions of the php package codeconsortium/ccdn-forum-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codeconsortium/ccdn-forum-bundle
More information about codeconsortium/ccdn-forum-bundle
Files in codeconsortium/ccdn-forum-bundle
Package ccdn-forum-bundle
Short Description CCDN Forum Bundle
License MIT
Homepage http://github.com/codeconsortium/CCDNForumForumBundle
Informations about the package ccdn-forum-bundle
[NO LONGER SUPPORTED] CCDNForum ForumBundle README.
Notes:
This is no longer supported or worked on. If you wish to continue using this and wish to take over let me know.
This bundle is for the symfony framework and requires Symfony ~2.4 and PHP >= 5.3.2
This project uses Doctrine >= 2.1.x and so does not require any specific database.
© CCDN © CodeConsortium
Available on:
Theme and Sprite graphics courtesy of twitter bootstrap and GLYPHICONS.
Other graphics are works of CodeConsortium.
For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
Description:
This is a ForumBundle for Symfony for building a bulletin board forum community where users can create and reply to discussions.
Features.
ForumBundle Provides the following features:
- Forum Management Create/Edit/Delete Forums.
- Category Management Create/Edit/Delete Categories.
- Board Management Create/Edit/Delete Boards.
- Create and Reply to Topics.
- Edit Topics/Posts.
- Support for sticky topics.
- Built in pagination using KnpPaginator.
- Supports soft-deleting of Topics and Posts for recovery by Admin or later hard-deletion.
- Topics can be closed and Posts locked from editing by forum moderators.
- Topics and Posts can be Previewed before posting.
- Topics can be subscribed to and followed in the Topic subscription page.
- Optional integration with DashboardBundle for easy site navigation.
- Utilises Twitter-Bootstrap interface by default.
- Unit tested with PHPUnit and Behat.
You will need the complimentary bundles for this bundle to work, which are listed in the dependencies of the installation documentation.
Before installation of this bundle, you can download the Sandbox for testing/development and feature review, or alternatively see the product in use at CodeConsortium.
Documentation.
Documentation can be found in the Resources/doc/index.md
file in this bundle:
Installation.
All the installation instructions are located in documentation.
Upgrading.
Warning:
Do NOT use the CLI doctrine/symfony console utility to force an update, data will be lost if you do! Manually run the sql update in the upgrading docs. Always backup your database before updating.
License.
This software is licensed under the MIT license. See the complete license file in the bundle:
Resources/meta/LICENSE
About.
CCDNForum ForumBundle is free software as part of the CCDNForum from Code Consortium. See also the list of contributors.
Reporting an issue or feature request.
Issues and feature requests are tracked in the Github issue tracker.
Discussions and debates on the project can be further discussed at Code Consortium.
All versions of ccdn-forum-bundle with dependencies
symfony/symfony Version 2.4.*
doctrine/orm Version ~2.2,>=2.2.3
doctrine/doctrine-bundle Version ~1.2
knplabs/knp-paginator-bundle Version 2.4.*