MyBB Community Forums

Full Version: Site integration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would I integrate Mybb into my website. Or at least create a header with links that would allow members to easily go from my site to the forum. Right now my site runs on nucleus.
CaptainLarryIII Wrote:How would I integrate Mybb into my website. Or at least create a header with links that would allow members to easily go from my site to the forum. Right now my site runs on nucleus.

You can search "Site Integration" in this forum, and you will find plenty of stuff on that. Here is an old one: http://community.mybboard.net/showthread...89#pid4489

Or have a look at one of my sites and tell me if this is what you simply want:

http://cltcu.net
Yeah, thats sorta what I'm looking for. Except I want mine positioned on the top of the site like the header on this site.
CaptainLarryIII Wrote:Yeah, thats sorta what I'm looking for. Except I want mine positioned on the top of the site like the header on this site.

Or you could give mkportal a try. It fits so beautifully with mybb
CaptainLarryIII Wrote:Yeah, thats sorta what I'm looking for. Except I want mine positioned on the top of the site like the header on this site.
So you are not for iframes. It couldn't be simpler then. All you need is to put a link to your forum's logo location and forum url in your site's index or default file. You can place this code at the top of your main site's index file, after making the necessary changes:

<p align="center"><a href="http://your_forum_url/index.php" target="_blank">
<img border="0" src="http://your_forum_url/images/logo.gif" width="477" height="116"></a></p>

I hope that is what you need.

Regards