MyBB Community Forums

Full Version: Banner
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need help to where I insert my banner?

hmmm, please help Toungue
Admin CP > Themes > Modify / Delete > Your Theme > Forum Logo

Change what is in that textbox to the location of your logo.
Extramild Wrote:I need help to where I insert my banner?

hmmm, please help Toungue

You can do it in your header-template

Go to :: ACP - Templates(Modify/Delete) - Expand Your Set - header

And Find

			<div class="logo"><a href="$settings[bburl]/index.php"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a></div>

Replace $theme[logo] with the imgURL


OR

You can change the $theme[logo] without changing the headertemplate

Go to :: ACP - Themes(Modify/Delete) - Expand The Style You Use - look after 'Forum Logo' in Theme Options

Fill in the imgURL and it should be changed.


EDIT ::

Damnit i make too long posts, others can respond easily before me =P
well, I did it but it is still the random MyBB banner :O
In what Theme did you made the changes ? MyBB Master Style ? MyBB Default ? If you changed it in MyBB Master Style and the theme you use is MyBB Default, it wont do alot =P
LeX- Wrote:In what Theme did you made the changes ? MyBB Master Style ? MyBB Default ? If you changed it in MyBB Master Style and the theme you use is MyBB Default, it wont do alot =P

If you haven't changed the MyBB Default, then whatever has been changed in MyBB Master would be inherited by its children (MyBB Default)