PDA

View Full Version : phpbb2 inside a table?



TFA Network
March 24th, 2002, 02:48
How do you put a phpbb2 forum inside a table in my site???

ducktape
March 24th, 2002, 03:08
i believe but not positive simply put the index.php in the table

nitroboy
March 24th, 2002, 03:52
phpBB must have 2 template files: the header and the footer (but I don't know how these are called as I don't use phpBB)
- then open the header file and put in the beginning the whole top html of your site (end with the table code where your forum should be inside)
- just do the same with the footer file but copy the end of the html (start with the end html code of the table)

roly
March 25th, 2002, 01:11
You must edit the template files which are templates/TEMPLATENAME/overall_header.tpl and emplates/TEMPLATENAME/overall_footer.tpl

DJHK
March 25th, 2002, 11:27
You can do it with iFrames, but it's gonna be really ugly...
you're better off just making a template that does the same thing.

[lhomme]
March 25th, 2002, 16:16
The header and footer pages of PHPBB2 encase the actual forum. So simply include the code for the top part of the table in header.php and the bottom in footer.php.

Note: Since I switched to OpenBB, the exact names of header and footer.php may be different.