WallBB Forums

Full Version: How to modify logo in Orange MyBB Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This tutorial will teach you how to modify Logo text or add image based logo in Orange MyBB Theme:-

[attachment=11]

Follow these steps below to add image based logo in Orange MyBB Theme :-

  1. Go To Admin CP > Templates And Styles > Templates > Select Orange Theme Templates
  2. Go to Header Templates > header
  3. Find the below text
           <a href="{$mybb->settings['bburl']}/index.php"><span>{$mybb->settings['homename']}</span> <img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
  4. Change {$mybb->settings['homename']} above to your Forum Name/ Logo name
  5. OR if you want to add image based logo, replace it with this text :-
    <a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
  6. Make sure you have uploaded the logo and set it properly in theme settings.
That's it!

Hope this tutorial helps you add image based logo in Orange theme.

Regards
WallBB
And in mobile how can i put only text ? Same way ?
Instead of "Orange" and logo, put only the forum name.

https://ibb.co/D5ZRkJp
(01-29-2019, 11:01 PM)SrMorte Wrote: [ -> ]And in mobile how can i put only text ? Same way ?
Instead of "Orange" and logo, put only the forum name.

https://ibb.co/D5ZRkJp

Yes, same way. You got it right Wink