Originally posted by: Regs
Originally posted by: BingBongWongFooey
Originally posted by: Regs
I figured that much, or I could just go in and edit the php by hand.
What you'll likely be changing is CSS; PHP is program logic, not layout or colors or anything.
Well, the logo thats being displayed would be inside one of the php files eh?
And NM to my second question, checking out phpBB.com solved both problems
In answer to your question the logo is a gif image, actually.
If you want to have your own logo then you can do it a number of ways.
You could be creatively original, make a gif logo, call it the same name, and replace the old one in the images folder.
You could be even more interesting and edit the overall_header.tpl file, and change the location of the logo / logo name.
You could get eeeeeeeeeven more interesting, and edit the php to call for a different header file for every page, and create a totally different header file.
Did I mention you could write your own theme as well?
