MyBB Community Forums

Full Version: Building a Site Around MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm gonna start building a website around MyBB, meaning i'm going to create a site that uses MyBB as an intergrated forum/userystem. Is there anything I need to put on each page to ensure it's secure etc? What files do I need to include?
Just make sure you always update your forum to the latest MyBB version, then you're safe.
But what should I include to each extra page if i'm starting one from scratch?
To have your forum secure? Nothing, it's secure by default.

See our wiki for installing:
[Wiki: installing] (Broken link, head over to docs.mybb.com instead)

Also read our administrating practices:
http://community.mybboard.net/showthread.php?tid=9991
Noo

I'm going to build a website around the forum. So lets say I create a page called main.php that's going to use the same system as MyBB and everything.

What should I add to the page
Nvm
http://community.mybboard.net/showthread.php?tid=6190

<?php
chdir('forums'); // path to MyBB
require './global.php';
?>

Thats what I need to use