CodeIgniter Forums
Making a forum software? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Making a forum software? (/showthread.php?tid=28801)



Making a forum software? - El Forum - 03-22-2010

[eluser]Okaia[/eluser]
How would I go about programming a forum software using CI?
I know some basic PHP, HTML, and CSS.
If possible to make a forum software using CI, what would be the logical first step in doing so?


Making a forum software? - El Forum - 03-22-2010

[eluser]flaky[/eluser]
Yes it is possible.
The first step is to plan you software from the ground to the roof.
Then start programing and designing.


Making a forum software? - El Forum - 03-22-2010

[eluser]kirkaracha[/eluser]
How to Create a PHP/MySQL Powered Forum from Scratch. It's not written for CodeIgniter, but it could be a good starting point.


Making a forum software? - El Forum - 03-23-2010

[eluser]Okaia[/eluser]
Thanks.
I think I will use plain PHP for now, basing my software off of that tutorial.

http://globalbulletin.wehostyour.info/forum/


Making a forum software? - El Forum - 03-23-2010

[eluser]nelson.wells[/eluser]
If you're basically going to code the forum from a tutorial, why not just use a pre-built solution like phpBB?