MyBB Community Forums

Full Version: Intergration Guide
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Anyone know how to intergrate the login into my website using 1.6? As none of the current guides work...
chdir("forum/"); // path to MyBB
define("IN_MYBB", 1);
require("./global.php");
chdir("../");
That is what I'm using anyone know what to do to make it work with 1.6?
I had a devil of a time with all the suggested coding and couldn't get it to work so I went another way. I used and iFrame. This is the one line that I have in a DIV tag....

<iframe id="myBB" src="http:/www.yourdomain.com/myBB/index.php" style="border:none"></iframe>

Of course substitute the path of your forum for "yourdomain.com/mybb"