Hi there! I need a phpbb set up on a website. I have Fantastico and can install it easily. What I want is for the message board to fit into the site design. So that the header and side links are still there. If you have done this... and have time to do it today... Please reply with your price and perhaps an example. Thanks! Paula S
Here is the best service in town: lemme know if you are intrested or plz contact "amitpatel_3001" http://www.theseoworld.com/script_installations.html
that's very easy in the header.tpl add your site's header and menu, and in the footer.tpl add your site's footer. i did that on php link directory and mybb forum.
yes it is be sure you know your table structure (or whatever you use) good, because this can cause some troubles... something for in the header.tpl would be: <table><tr><td> <?php include ("http://www.yoursite.com/header.php"); ?> </td></tr> <tr> <td width="10%"> <?php include ("http://www.yoursite.com/menu.php"); ?> </td> <td width="90%"> [I]the beginning of the original tpl file[/I] Code (markup): Then the footer.tpl (on the bottom of the file, below the last line): </td> </tr> </table> <center> <?php include ("http://www.yoursite.com/footer.php"); ?> </center> Code (markup):