MyBB Community Forums

Full Version: Change logo in squre theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how i replace logo box with my logo ?
/rootwww/images/logo.png and replace Smile

or

Get admin control panel > templates & style > templates > Expand Templates (default templates or other) > Header Templates > header

and edit patch logo line (dafault line = 6)

Default:
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>

Example:
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$mybb->settings['bburl']}/images/yourlogo.png" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
Edit: delayed response
see this reply
thanks for information