CodeIgniter Forums
Intergartion forum with Codeigniter application - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Choosing CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=8)
+--- Thread: Intergartion forum with Codeigniter application (/showthread.php?tid=70768)



Intergartion forum with Codeigniter application - alex11 - 05-27-2018

I want to ike to integrate a simple forum with a Codeigniter application and wondered if anyone had any recommendations? Cheers


RE: Intergartion forum with Codeigniter application - ciadvantage - 05-31-2018

Why should you re-invent the wheel when we have so many free open sources available? How about this MyBB as you are looking at it! Smile
By the way, it is absolutely doable by using CodeIgniter. Then you need to come up with system design in terms of database, views and
models / controllers to serve for the system and taking into 'secure' your forum. Admin Dashboard is one of the aspect for your forum
User Access Control so on...

Anyway if it is your learning process then go for it!

Regards


RE: Intergartion forum with Codeigniter application - DavidMichael - 06-15-2018

I was trying to integrate phpbb in codeigniter based website. I didn’t want that the users register for the forum. Site login/register controllers should handle the forum part as well.


RE: Intergartion forum with Codeigniter application - InsiteFX - 06-15-2018

Do a search for Dove Forums written for CodeIgniter but not supported anymore.