MyBB Community Forums

Full Version: Template Questions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how would I integrate the mybb forum into my websites design in a way that the regular mybb theme and templates would be integrated into the content area of my website. The content area is in between a header and a footer, which normally are included into my website through either a template function or php include.

It isn't the same as a frame, but like it. Could I just include the header and footer files for my website? What can I do?

Thanks.Toungue
We have two tutorials on integrating MyBB with your website. Take a look at those first.

MyBB uses global header and footer templates that are declared in the global.php file that is included. Simply echo $header or echo $footer to spit them out. It's as simple as that. Smile