MyBB Community Forums

Full Version: how to integration codeigniter & mybb ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!
I want to integrate mybb into codeigniter .

Use : http://phpdave.com/MyBBIntegrator/Examples/Threads

i can't require_once on codeigniter , someone can help me ?


public_html/
--------codeigniter/
--------forum/


Thanks,
codeigniter and mybb DO NOT get along to well. its just best not to try it. there is way to many process and steps you would have to go through to get it to work. one you would have to convert the one file into a library. then call it through the controller then go through and rebuild what your trying to do.

if i was you i would just leave it as it is.