MyBB Themes - ThemeFreak
How to add a logo to FlatOne MyBB Theme - Printable Version

+- MyBB Themes - ThemeFreak (http://www.themefreak.net)
+-- Forum: MyBB 1.8.x (http://www.themefreak.net/forumdisplay.php?fid=26)
+--- Forum: Theme Support for 1.8.x (http://www.themefreak.net/forumdisplay.php?fid=33)
+--- Thread: How to add a logo to FlatOne MyBB Theme (/showthread.php?tid=504)



How to add a logo to FlatOne MyBB Theme - Tan - 25th Feb

If you would like to add your logo to FlatOne it's not difficult.

Find the following inside the header template:

<span class="logo">FlatOne</span>

Then replace with your logo (example below):

<img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" />

Go to the theme in your admin cp and you should be able to edit the location of your logo. This can be done by going to admincp -> themes -> FlatOne -> Edit Theme Properties (below where you see the css files) -> board logo

You may have to edit logo so it's not too large or modify your logo with css.