MyBB Community Forums

Full Version: How to add logo in mybb with metro theme ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to add my own logo in metro theme.
I see the following code in the code pasting area.
You don't need a logo with this theme. The text that will appear in the header as a logo is the "Homepage Name" ("Configuration" » "General Configuration").
I don't know that theme. What's your forum URL?
(2013-01-16, 08:28 PM)Irreligious Wrote: [ -> ]I don't know that theme. What's your forum URL?

My forum is on csetube.herobo.com
Im using Metro theme in that.
Try this: Admin CP -> Style & Templates -> Templates -> *your theme's templates* -> Header Templates -> header

Find:

<h1>CSE TUBE Forums</h1>

Replace with:

<img src="{$theme['logo']}" />

And then in the field Board Logo of your theme, insert your logo URL. That should work.
(2013-01-17, 01:43 AM)Irreligious Wrote: [ -> ]Try this: Admin CP -> Style & Templates -> Templates -> *your theme's templates* -> Header Templates -> header

Find:

<h1>CSE TUBE Forums</h1>

Replace with:

<img src="{$theme['logo']}" />

And then in the field Board Logo of your theme, insert your logo URL. That should work.

Can't find the code
<h1>CSE TUBE Forums</h1>
Sorry, it's this one:

<h1>{$mybb->settings['homename']}</h1>
Ya.. got it.. Thnks a lot Smile Smile