If you look at the php website http://www.phpbb.com then you can see that they have a main header with a nav bar under it and their forum is integrated into on of their pages so the whole site has the same header and style. Can anyone tell me how this is done? Thanks
They just use the same HTML/CSS template for their forum and websites. This is not hard to do, and many sites do this when combining their websites/forums/blogs/etc.
Well say I had a template I wanted to use then how would i go about applying the same settings to my phpbb forum? What folders of the forum would i need to modify? Can you buy / get free templates of this kind of thing?
Well you need to modify two files in your template folder styles/yourtemplate/->> overall_header.html overall_footer.html Let me know if you need any further help. Best Regards, MM