25th Feb, 06:19 pm
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.
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.