CIBB - Basic Forum With Codeigniter and Twitter Bootstrap

PHP CMS Frameworks May 07, 2014 9 comments
In this article, we are going to discuss about How to create basic forum CIBB (CodeIgniter Bulletin Board) with CodeIgniter and Twitter Bootstrap.

For learning more about using twitter bootstrap I made this and completely using a basic bootstrap style, I have created only a very basic forum software. So do not expect to much features from it, but you can download and use it for any kind of purpose.

Features

  1. User roles management
  2. Rich text editor using jWysiwyg
  3. Threaded category
  4. Basic forum (create thread, post reply)

Installation

I have not created the web installer yet. So you have to manually export the sql file (cibb.sql) to your mysql administrator, and on the web change the $config['base_url'] in config.php and change databse value in database.php, like in official codeigniter user guide.

Sample Screen

thread index

thread talk
list of roles

To download the source files Click Here

Comments · 9

?
Unknown
12 October 2014 at 02:11
Thanks! It's great. I'll try to install it as a HMVC module.
?
Unknown
1 April 2015 at 21:43
very good for bignners
?
Suresh Babu
16 December 2015 at 02:03
Thanks its helpful..

from,
http://www.sevenkb.com
?
Mitja MIKLAV
18 April 2016 at 03:07
for which codeigniter version is this? i am using CI V3.0.6, but i am getting only blank pages (no code in page source)?
?
Unknown
19 April 2016 at 04:01
what is admin password for forum
?
highwish
21 April 2016 at 23:26
Thanks! IT's very userful
?
Unknown
8 December 2016 at 01:10
Which encryption type is user in password.
?
Mandar
17 October 2017 at 16:17
cheer
?
Mekaboo
11 September 2019 at 18:57
Hello there! Wanted to see if the code has been updated for use with php 7.. wouldnt mind trying it out within my website!

Post a Comment