CodeIgniter Forums
Codeigniter Forum Integration - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Best Practices (https://forum.codeigniter.com/forumdisplay.php?fid=12)
+--- Thread: Codeigniter Forum Integration (/showthread.php?tid=75473)



Codeigniter Forum Integration - PhillipThe - 02-09-2020

Hello,

I'd like to integrate a simple forum with a Code igniter application and wondered if anyone had any UPSers recommendations?


RE: Codeigniter Forum Integration - jreklund - 02-10-2020

It depends on what you mean by integration.

- Sharing the same style as the forum?
- Sharing the same users?
...

You need to describe what you meaning by integrate.


RE: Codeigniter Forum Integration - endivesoftware - 02-10-2020

(02-09-2020, 11:07 PM)PhillipThe Wrote: Hello,

I'd like to integrate a simple forum with a Codeigniter application and wondered if anyone had any recommendations?
What sort of 'integration' are you talking about? Something like SSO? Or are you looking for a library? 


RE: Codeigniter Forum Integration - HugoC - 02-27-2020

Unzip the package.
Upload the CodeIgniter folders and files to your server. Normally the index. ...
Open the application/config/config. php file with a text editor and set your base URL. ...
If you intend to use a database, open the application/config/database