A simple comments module. This is not a standalone module and should be used with Bonfire-Blog or integrate it into another bonfire module.
Created by Superlative Code.
###Dependancies not included
###Installation
Note: We assume you have a working instance of Bonfire running.
cd ./path/to/modules/
git clone https://github.com/superlativecode/Bonfire-Blog ./blog
git clone https://github.com/superlativecode/Bonfire-Comments ./comments
git clone https://github.com/superlativecode/Bonfire-Images ./images
- Login to the admin panel and migrate to the latest version on all three of those modules
- Move
/application/modules/blog/public/assets/images/spritemap*.png
to/public/assets/images
- Copy the libraries in
/application/modules/blog/libraries
to/application/libaries
- Create folder
/public/uploads/
with permissions for read and write - Make sure each module has the correct permissions to access it
###Features
- Nested Comments
- Approve Comments
- Delete Comments
- Reply-To
- Modal Comments
- XSS Protection
###Libraries Used
###TODO
- Better comment approval process