MyBB Community Forums

Full Version: Change header?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I got a new banner made for my forum which runs 1.6 and want to replace the old one with the new one. How do I do this?
Upload the image to the images folder.
Then go to ACP >> Styles / Templates >> Your Template Name >> Board Logo
Put in the text box:
images/your_image_name.png
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>

which do i edit?
No, you don't edit that, go to the area I told you to go to.
I can't find a board logo area.
(2010-10-11, 03:09 AM)Dark Abyss Wrote: [ -> ]<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>

which do i edit?

This with a new link to your logo


Or the way he showed you.
It worked. Thanks!