MyBB Community Forums

Full Version: put my clan name next to logo?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i had a custom picture that i named as logo.gif and uploaded it to replace the mybb default pic that it came with....

but now i have a big blank space over my menu bar....

if possible is there a way that i can put a header saying a custom title of the page? or possibly another pic? if so please let me know how....

step by step of course for the newb...
Admin CP->Templates->Your Theme->Header Template: find
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>

Replace with
<div class="logo">Clan Name Goes Here<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>