Looking for a simple blog system - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7) +--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13) +--- Thread: Looking for a simple blog system (/showthread.php?tid=68935) |
Looking for a simple blog system - EnergyFreak - 09-14-2017 Hi everyone, Do you guys know of a simple blog system available for download using CI 3? A tutorial on how to build one could also be good. Something with the following functionality is good enough: - Creating/editing/deleting a post - Manually adding users from admin panel is good (no need for a front end registration form) - SQL DB preferably - Something easy to integrate with existing theme - Categories - Tags - SEO META information if possible That's about it, Thanks for any help! RE: Looking for a simple blog system - php_rocs - 09-14-2017 @EnergyFreak, Here is a link to a blog that was done with CI3: https://www.willis-owen.co.uk/codeigniter-3-1-blog-example/ Please remember that CI is still widely used and that it is just as easy to do a Google search. RE: Looking for a simple blog system - enlivenapp - 10-11-2017 Have you looked at Open Blog yet? It's MYSQL/Maria database, but otherwise I believe it checks all your other boxes. http://open-blog.org |