MyBB Community Forums

Full Version: Can I imbed it in another page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I wanted to do some editing to my forums. A while back I was playing around with SSI (Server side include) in some other pages and I was wondering if I can do something like that with the forums.

Basically I would like to make a page with some ads and easy navigation at the top and then have the forums in the same page below the navigation. Sort of like http://www.beardeddragon.org/bjive/index.php

Can anyone give me some advice on this?

You can see my forums at http://www.journeyoftheanimals.com/petchat

Thank you in advance for your replies.

Adam Burgi
http://journeyoftheanimals.com
Bump to try to get some help with this. I am sure you can do it. I will keep toying around with it for now but hope someone here has done it and can give me some information.
Well I guess the tables and SSi do work. However at the top of the forums I get this error.

Warning: Cannot modify header information - headers already sent by (output started at /home/journey/public_html/index3.php:11) in /home/journey/public_html/petchat/inc/functions.php on line 78
In case anyone wants to look at what is being done then you can check out the test site.

http://www.journeyoftheanimals.com/index3.php

I know there will be a lot of stuff that looks real bad but like I said this is the test page and the thing will be changing nearly hourly sometimes.

Still need to figure out why I am getting the header error.
Use one of these,paste it where you want it to go, change the width and height to match your forum and change your URL to what suits your website; It can be an http://www. domain or a whatever.html file.
<IFRAME src="http://yoursite.com/yourfile.html OR yourfile.html" name="forum" width="xxx" height="xxx" frameborder="0">

Change xxx to whatever width/height you would like, and replace the example urls with yours.

Hero
ahero4heor Wrote:Use one of these,paste it where you want it to go, change the width and height to match your forum and change your URL to what suits your website; It can be an http://www. domain or a whatever.html file.
<IFRAME src="http://yoursite.com/yourfile.html OR yourfile.html" name="forum" width="xxx" height="xxx" frameborder="0">

Change xxx to whatever width/height you would like, and replace the example urls with yours.

Hero

Thank you. I will check that out and tell you how it goes.
Oh just thought of something. Are iframes the same as frames? I thought I heard a while ago that frames were not good thing to use because it is hard for search engines to index. I will still look into this to see how it looks but would like the info on the iframes. Thanks again.

Adam Burgi
www.journeyoftheanimals.com