Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

How do I integrate phpbb3 (but not the database), so it fits in with the the site template?

share|improve this question
What do you mean – Tom Gullen Apr 15 '11 at 14:06
i mean, i have site, then i'm adding the phpbb forum in it, in my site template, i have a header , a menu a footer and entc and between them or doesn't mather where i want to set the phpbb 3 forum – user6884 Apr 15 '11 at 14:31

closed as not a real question by danlefree Sep 26 '12 at 1:07

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

View the source of the page and copy the HTML. Make sure to use the phpBB3 stylesheet.

share|improve this answer
1  
Why should i havve to copy the sourcepage source ? Some tut or more explayning pleace. – user6884 Apr 15 '11 at 14:31
Unless your phpBB install theme is changing frequently it is a lot simpler then trying to implement their templating engine into your website. It can be as simple as a couple of includes. – John Conde Apr 15 '11 at 14:44
It could get more complicated if you want all of the UI to look uniformly across the site. Assuming the phpBB theme uses good CSS and semantic markup, that might make things easier. But you'll still need to rewrite some of your markup most-likely. – Lèse majesté Dec 11 '11 at 22:04

I'd recommend looking for a phpBB CMS (Content Management System) Mod to install. It will allow you to create content pages inside your phpBB template. I'm afraid I can't suggest any in particular as I haven't used phpBB for years.

share|improve this answer