(2015-01-09, 01:47 AM).m. Wrote: if your forum is upgraded to MyBB 1.8.3 then you have to use its compatible theme.
you can install a good looking theme from below link
http://community.mybb.com/mods.php?actio...ory=themes
Thanks I have installed square blue and it seems to work as expected. Now i have to modify the headers to include our logo. I inserted different logos in the theme properties and also added the line in the header template as per another post I read
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>
However it may be an old post for 1.6 ver as it just pushes everything down and wrecks the formatting. Ideally i would like our logo right across the top full width and the Square/square to be gone.
Can you help with that?