2012-09-13, 05:52 PM
2012-09-13, 06:29 PM
Just save the logo you want to use as "logo.gif" and upload it to your "images" folder, replacing the default logo.
2012-09-14, 05:53 AM
go to theme and there is logo option.
2012-09-14, 06:54 AM
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.
2012-11-05, 07:06 PM
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)*
2012-11-05, 07:10 PM
perhaps open the header template and find the following :-
and replace with :-
<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>
2012-11-06, 02:37 AM
ACP > Templates & Styles > Themes > Click on Theme Name
Find this option and fill the path of your logo image. Save.:
Find this option and fill the path of your logo image. Save.: