Reply
Wed 24 Aug, 2005 12:45 am
... not for me.
I have a phpBB board on my Web site. I want it to have my site's banner added above it and my site's menu on the side of it.
Under my old site format, I had frames, so I just had the message board, menu and banner in separate frames and all was well.
But I redid my site using CSS, as suggested by many people, and now the banner and menu are added to all of my other pages with SSI.
I have tried a few things to make this work, to no avail. Additionally, the board is now giving me a series of five error messages that say ... Warning: Cannot modify header information ...
So, I am wondering if I can set up the message board the way I would like, and how I can fix the error messages.
Thanks for your help
Just put the elements in the templates where you want them.
If you want SSI then you need to do it on the php side and make a template tag for it that is inserted in the templates where you want it.