Changing the header of a phpBB3 forum.

Changing the default header of a phpBB3 forum is easy.

I used this very useful website that is pretty self-explanatory to change the picture shown within the header:

http://www.easytutorials.org/phpbb3_styles_logo.html

Note: When you refresh your forums to see if the changes have taken place, do so by pressing SHIFT+F5. (This clears the cache and does a full refresh)

A faster way would be to rename your image to “site_logo.gif” and overwrite the default one by moving it into the “styles/*stylename*/imageset/”  folder.  The image will most likely be scaled to a default size so you must change the size manually by going into Administration Control Panel>Styles>Imagesets>Edit and under Select Image select Main Logo. Select ‘yes’ to Include Dimensions and manually type in the desired image size.

Keep in mind that if your image has a background with a solid colour, it will show up on top of the background of the header, sometimes making it look unprofessional. To fix this you must either create the image with a transparent background,  or edit the header background to match the image.

To do the latter, go to Administration Control Panel>Styles>Themes>Edit and comment out the following line by changing:

background-image: url(“{T_THEME_PATH}/images/bg_header.gif”);

to

//background-image: url(“{T_THEME_PATH}/images/bg_header.gif”);

Right on top of this line, the code “background-color: #FFFFFF;” can be seen. The “FFFFFF” part can be changed to any colour hexidecimal code (more colour codes can be found here).

When done, hit Submit and check out the new forum header (remember to refresh with SHIFT+F5).

Did you like this post?

Subscribe To The RSS Feed!
To catch many more articles like this in the future, make it easy on yourself and subscribe to me via RSS. You will not regret it!

Do you have a question?
We will do our best to try and solve any building automation, protocol, integration problem you may have

4 Responses to “Changing the header of a phpBB3 forum.”


  1. 1 TAimur Oct 7th, 2008 at 12:03 am

    thanx for the help
    it worked

  2. 2 Johnny Mestizo Dec 11th, 2008 at 12:45 am

    Worked for me also. Cheers

  3. 3 NHE Jul 16th, 2009 at 5:40 am

    thanks so much for this!! It really saved me a ton of time!!

  4. 4 Gary Webb Dec 20th, 2009 at 12:01 pm

    I have been struggling with this for hours and you are the first person to make this sound simple. Thank you so much it took 2 minutes using your advice.

    Thanks again.