MyBB Community Forums

Full Version: Change Logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I change the Logo?

I already have my site up and running, template etc, and I have a logo, but how do I put that on my site, from the generic one? Its for the forum in my signuature.

Thanks, Liam
Hello there...

In Admin CP > Themes > Modify/Delete > Edit theme style

There you can find Forum logo.

More info and details here
Thanks!
Need More help

See my site (In signuture)

This is the url-

http://img502.imageshack.us/img502/1999/...id3ro1.jpg

or

<a href="http://imageshack.us"><img src="http://img502.imageshack.us/img502/1999/logoavionid3ro1.jpg" border="0" alt="Image Hosted by ImageShack.us" /></a>


How do I get it in the centre? and withiut any writing around it?

Thanks Liam
You need to add http://img502.imageshack.us/img502/1999/...id3ro1.jpg within your forumlogo thingy.
Then you have to change inside admin CP -> Templates -> Modify / delete -> *your template* -> header -> expand.
Find:
<div class="logo" align="left"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>
Change to:
<div class="logo" align="center"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>
Thanks!!!!!!!

Yay, my forums complete!

Once again Thanks.

Liam