MyBB Community Forums

Full Version: I need your help in my header...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I had someone from my hosting Company install a my BB Forum for me.
He said he would create a custom logo for me.
That didnt happen.
I created one myself, based on the dimensions he said I had to have.
I believe it was something like 282x82...something like that.
So, he placed it in the upper left corner.
I suppose that is the default setting for that particular placement of the logo/title.

2 questions:

1) Is it possible for me to create a larger logo/title/header, (something like about 500x150-ish, and for that to be placed in the center of the header?

2) This is the more important of the 2 questions.
I created another picture, I believe it is about 500x30-ish.
I want that pic to be a clickable link
AND
for it to be placed below the title/logo header,
and above the threads on my board?

Any help is greatly appreciated.

Thank You.
To answer #1, yes you can. Just put a bigger image in place of the old logo, and most themes will adapt.

To answer #2, go to "Templates and Style" in the ACP, click "Templates" in the left sidebar, pick your theme, click "Header Templates", then "Header", and find this line:

<div class="menu">

Above it, add this:

<br />
<a href="http://example.org"><img src="images/yourtheme/sublogo.png" /></a>

Should work, depending on your theme.