CodeIgniter Forums
MyBB (or any other forum) - display as view - 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: MyBB (or any other forum) - display as view (/showthread.php?tid=54762)



MyBB (or any other forum) - display as view - El Forum - 09-24-2012

[eluser]peter222[/eluser]
I'm looking for solution how to integrate any forum with existing application (existing layout and user database).

I found this http://phpdave.com/MyBBIntegrator/

Looks ok, but I still don't know how to embed this script in my application (existing header and footer)? I need to put it in my third_party folder?

Run as library? Call simple like this: http://myapp.com/mybb? but what about htaccess?
I can see nothing in documentation about existing third_party folder. I don't want to do it by iframe. So, cUrl is good idea?

Maybe other forum script will be more easy to integrate?







MyBB (or any other forum) - display as view - El Forum - 09-24-2012

[eluser]peter222[/eluser]
ok, I found info about third_party http://ellislab.com/codeigniter/user-guide/libraries/loader.html (sorry)
But still don't know how to embed it. It is not only one class (library), it is full external application with own index.php. So, only CURl or iFrame?