Forum Moderators: mack
I have nearly completed a site using the php include tag and it works a treat. I only have to update the menu once for all pages and the same with header and footers. Brilliant.
My problem comes now that I have been asked to add a phpBB to the site. Ideally I would like it to be part of a normal page with the original header/footer/menu remaining in place.
I have had several goes at including the phpBB as part of a page and succeeded in getting the index to appear in a normal page. The problem is that as soon as I click on any link on the BB it breaks out of the page. I have altered the target="" tag but as it isn't in a frame this makes no difference.
Is there anything I can do/research about that will keep the BB in the table that the BB index page appears in?
Im quite happy to do the leg work myself. I just need a push in the right direction.
Thank you.
Harry
Can you follow me?
You might find much more information on solving this issue at phpbb.com - their support forum is amazing when it comes to needing help altering the boards to make them do what you want them to ;) Do a search there, and you will probably find the exact answer you are needing.
Some phpbb's have a kind of index page with 'news' 'new users' 'latest posts' etc. I might try and incorperate that and change that header to my own. My phpbb is almost identical to my site, I would just like to keep the menu at all times.
>My phpbb is almost identical to my site, I would just like to keep the menu at all times.
You can change and customize EVERY template of your phpbb installation.
Have fun! ;)
I've been investigating ways to use PHPBB2 to run an entire site. I've found [phpbbhacks.com...] to be a great resource for guides and info on customizing PHPBB2. Hopefully, you'll find some helpful information here.