Forum Moderators: coopster
---
Warning: Cannot modify header information - headers already sent by (output started at /home/alcheme/public_html/sketchforum/index.php:7) in /home/alcheme/public_html/forum/includes/page_header.php on line 474
Warning: Cannot modify header information - headers already sent by (output started at /home/alcheme/public_html/forum/index.php:7) in /home/alcheme/public_html/forum/includes/page_header.php on line 476
Warning: Cannot modify header information - headers already sent by (output started at /home/alcheme/public_html/forum/index.php:7) in /home/alcheme/public_html/forum/includes/page_header.php on line 477
----
How can I edit the PHPBB index.php so it will match my websites look?
you need to look in the templates/SubSilver/ directory and edit files:
overall_header.tpl
overall_footer.tpl
to start with. just change little bits at a time so that you can go back it necessary. i'd start with a virgin install of phpbb to make sure it works perfectly before you start changing things.
an easy way to change the appearance without too much effort is to change the background images of the table rows with your own which match your site. you then have to edit the style sheet references to these graphics.
with a bit of trial and error you should be fine
hth :-)
You need to make sure that any output gets sent after the last header. I don't know phpBB, but you could do a multi-file search (grep or something like that) for "header(" to see where headers are being sent from.
Tom