MyBB Community Forums

Full Version: Site intergration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi,

I would like to intergrate mybb into my site. Is there any simple way to do this? A mod or a plugin that I could use.

Any help would be appreciated.

Thanks
There is a user-submitted tutorial about how to integrate MyBB into your site.
Thanks, Isn't that only for the login form?
What is there to integration besides sharing login information and LnF? For the LnF, modify the MyBB templates and skin to match the rest of your site.
I would like it something like http://atwsixpack.com/forums.php

but i dont want to switch forum software
You want your site to look the same as the form? That can be done by making your style sheets and code are similar to the ones used in the forum.
If you know PHP you could make all your pages like this ...
http://community.mybboard.net/showthread.php?tid=6615
Good call, Mint! That's probably exactly what they did! Big Grin
For what they did to do that there is no FORUM modification needed ...

They used iframes Cool

There forum is actually located at:
http://atwsixpack.com/forum/
(probubley all knew that but im just saying)

But they used an iframe to put it into the page forums.php

Very simple thing Cool

EDIT:
Basically heres an iframe ... (example for mybboard.net's forum lol)
For this example it would be put in a page in the main part of the site
<iframe id="forum" src="/community/" scrolling="yes" frameborder="0" width="100%" height="100%" align="middle" class="iframe"></iframe>
Change the height and width to what you want or put it in a table ...
Thanks, Sorry if i was not clear earlier. That's what I was looking for.
Iframe! Of course! Smile Overlooking the obvious again! LOL
Pages: 1 2