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