MyBB Community Forums

Full Version: Theme outside of the mybb directory.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Basically what I am trying to do is extend the myBB theme to my website which comes one tier before mybb does.

so I've got "mywebsite.net"
and the forums are at "mywebsite.net/forum"

But of course, simply including global.php ain't enough.

Links to some images, are missing the foward to "/forum" and I am getting a PHP warning error about the header's already being sent?

Is there a way to do this properly?
It would be a great way to expand myBB as a sortof CMS.
Sure I could and go and use a CMS but they are not as secure as myBB, nor do they have a very versatile and flexible theme/template system, as well as a great plugin system. Plus I want to code some plugins for myself, with some specific attributes that are uncommon.
I don't know if this is what you're looking for, but it might get you started!

http://community.mybboard.net/showthread.php?tid=6615
I've already looked at that one,

Unfortunately its not what I'm after.

I keep getting this error and I can't figure out why.
Quote:Warning: Cannot modify header information - headers already sent by (output started at C:\www\ae\template.php:3) in C:\www\ae\forum\inc\functions.php on line 803

the
include "news.php"
is on the third line of template.php.