Banner image instead of board name in header

For support and discussion related to templates and themes in phpBB 3.3.
Cjk75
Registered User
Posts: 4
Joined: Mon Oct 14, 2024 4:16 am

Banner image instead of board name in header

Post by Cjk75 »

I've read lots of tutorials on how to edit the header but something so simple seems to mess up all the formatting. I opened overall_header.html and replaced <h1>{SITE_TITLE}</h1> with a simple <img src ="banner.jpg">and the whole page went nuts. Any suggestions on the easiest way to edit the header?
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6772
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James

Re: Banner image instead of board name in header

Post by HiFiKabin »

Just install and configure Header Banner
Cjk75
Registered User
Posts: 4
Joined: Mon Oct 14, 2024 4:16 am

Re: Banner image instead of board name in header

Post by Cjk75 »

HiFiKabin wrote: Sun Oct 27, 2024 8:05 am Just install and configure Header Banner
That added banner between the top header and the forums. I want to replace the text of the board name with the banner logo and add other items to the page header.
User avatar
Mannix_
Registered User
Posts: 2014
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: Banner image instead of board name in header

Post by Mannix_ »

How big is that image you added?
Since you want to add even more stuff It may be easier you replace everything found inside <div class="headerbar" role="banner"> in the overall_header.html file with the stuff you want. If you give us more details what you want to achieve it will be easier to help you ;)
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
Cjk75
Registered User
Posts: 4
Joined: Mon Oct 14, 2024 4:16 am

Re: Banner image instead of board name in header

Post by Cjk75 »

Mannix_ wrote: Sun Oct 27, 2024 7:14 pm How big is that image you added?
Since you want to add even more stuff It may be easier you replace everything found inside <div class="headerbar" role="banner"> in the overall_header.html file with the stuff you want. If you give us more details what you want to achieve it will be easier to help you ;)
If i could replace the header with a function call to theprintheader() function i use for the main site that would work best.

Return to “[3.3.x] Styles Support & Discussion”