1

(4 replies, posted in PunBB 1.2 troubleshooting)

Sorry I take that back..... it works.. but the images dont come up and it doesnt fit into my webste template properly.  Ive zipped up my code into a rar file   http://www.anxietyforums.org/webcode.rar   If anyone has any spare time is it possible to look at it and tell me how to place the forum into the third php include..????

Thanks again

2

(4 replies, posted in PunBB 1.2 troubleshooting)

Thanks heaps mate it works!!!!

Hi

I have been trying to edit the main.tpl file to incorporate the forum into my current website though Im having a bit of trouble. 

I have a (top logo and navigation) and (left menu) which I want to add to my main.tpl file whcih are PHP files.  How do I do this.  I have tried the <pun_include "header.php"> but it doesnt seem to work because the header.php and leftmenu.php are in my root directory and my forum is in a different folder.  I have tried to change it to <pun_include "http://www.anxietyforums.org/header.php"> as well but this doesnt work either.

Any ideas/help would be appreciated!!!!

Thanx

Is it not possible to use PHP like this...

<?php
include "top.php";
?>

<?php
include "http://www.anxietyforums.org/forum";
?>

Where this will load the top part of the page plus the actual forum itself.  Or something similar anyway???

Hi

I have installed PunBB on my website.  http://www.anxietyforums.org but am wondering how I can incorporate PunBB into my current design of the main site.  I would like the navigation menu and logo on the top of the page so when someone clicks on the forum link, it wont open up the forum as a page that looks new, but rather as part of the web design.  Example here  http://www.futureproducers.com  If you see when you click the forum link the page stays the same rather than opening up a completele different forum design.

If anyone can help it would be much appreciated.
Regards

Jeremy McMinn