MyBB Community Forums

Full Version: Logo on Square theme?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to replace the Cube and "Square" text with a logo. How would I go about doing this? Setting logo in settings does nothing. And if i change text, it makes the forums all crushed onto the left side of the page :< Please help.
You can change that in Templates/Square/Header templates/Header:
Change this line:
<div class="logo"><div class="logo2"><i class="fa fa-cube fa-fw"></i></div> Square</div>

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

Maybe you need to change the corresponding Themes/Square/Square.css too.
Got it. Thanks!
(2014-09-28, 12:06 AM)easy82 Wrote: [ -> ]You can change that in Templates/Square/Header templates/Header:
Change this line:
<div class="logo"><div class="logo2"><i class="fa fa-cube fa-fw"></i></div> Square</div>

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

Maybe you need to change the corresponding Themes/Square/Square.css too.

when i tried this it broke the images and buttons please help
(2015-09-02, 05:39 PM)isaac238 Wrote: [ -> ]
(2014-09-28, 12:06 AM)easy82 Wrote: [ -> ]You can change that in Templates/Square/Header templates/Header:
Change this line:
<div class="logo"><div class="logo2"><i class="fa fa-cube fa-fw"></i></div> Square</div>

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

Maybe you need to change the corresponding Themes/Square/Square.css too.

when i tried this it broke the images and buttons please help

If your image is more big than the space used for the logo, it will break the menu.

Search into the Square.css the class ".logo", look the width property there and resize your image to that amount of width.
Sorry not the best at all of this but can I add like my own logo useing a URL ?