Topic: Can I use a php include to add a forum into my page?

Can I use a php include to add a forum into my page?

Is it possible?
I tried a regular include <?php include('/forum/index.php') ?>
But got nothing. I would like to do this so I can keep my left navigation, title and bottom bar when looking at the forum.
I know you can include header and footer stuff, but it would be a lot easier to park the forum into my webpage template.

Any help would be awesome!
Thanks

2

Re: Can I use a php include to add a forum into my page?

I think you may want to do the opposite. Add the title, bottom and left nav bar to the forums.

Re: Can I use a php include to add a forum into my page?

Ok, reading your message put my brain in gear. I've got the files loading into the main template. But for some reason I can't get my pictures to load. I do have them in the user folder, but I can't figure it out.

I hope people see this second question here.
Thanks,

Re: Can I use a php include to add a forum into my page?

Can you provide a link to your site/forum so we can take a look? Might be easier to understand the problem smile

Re: Can I use a php include to add a forum into my page?

It's all good now, everything is coming together nicely!
Here it is though,
http://www.terrainland.com/forum/index.php

Thanks, guys