MyBB Community Forums

Full Version: Mybb Logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I change the mybb logo that's in the top of the page to something else? Such as my site name?
Please reply ASAP
Just save the logo you want to use as "logo.gif" and upload it to your "images" folder, replacing the default logo.
go to theme and there is logo option.
I have tried replacing the logo.gif with something else, but as I go to the site it shows an error in where the logo is supposed to be.
Leave the logo.gif how it is. Upload what you want as your logo with the text and extension that you want in your images folder. Then go to Admin CP -> Templates & Style -> *Select Template* -> Board Logo -> *Enter "images/{logo}" (Without quotes, replace {logo} with what you called your logo)*
perhaps open the header template and find the following :-
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

and replace with :-
<div class="float_left"><h1 ><a href="{$mybb->settings['bburl']}/index.php">{$mybb->settings['bbname']}</a></h1></div>
ACP > Templates & Styles > Themes > Click on Theme Name
Find this option and fill the path of your logo image. Save.:

[Image: b211378947e40fc1b8a00a18374d5c9d.png]