Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 2.11 KB

README.md

File metadata and controls

57 lines (42 loc) · 2.11 KB

Bonfire Blog

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.

  1. cd ./path/to/modules/
  2. git clone https://github.com/superlativecode/Bonfire-Blog ./blog
  3. git clone https://github.com/superlativecode/Bonfire-Comments ./comments
  4. git clone https://github.com/superlativecode/Bonfire-Images ./images
  5. Login to the admin panel and migrate to the latest version on all three of those modules
  6. Move /application/modules/images/public/assets/images/spritemap*.png to /public/assets/images
  7. Copy the libraries in /application/modules/blog/libraries to /application/libaries
  8. Create folder /public/uploads/ with permissions for read and write
  9. Make sure each module has the correct permissions to access it
  10. 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

Bitdeli Badge