A simple blog with nested comments, search, markdown editor, tag clouds, and more. This module is designed for Bonfire and CodeIgniter.
Created by Superlative Code. More info available here.
###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/images/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
- Add ./public/uploads to your .gitignore
###Features
- Nested Comments
- Approve Comments
- Markdown Editor
- Blog Search
- Tag Clouds
- URL Slugs
- Drag and Drop Images
- Markdown Comments
- Mass Update Posts
- Post Stages (draft, ready for review, and published)
- Author
- Release Date
###Libraries Used
###TODO
- Better Tags
- Better comment approval process