Images?

Well yeah. That's always possible unless you use a free forum host. But that's MyBB, and you can do it pretty easily straight from the ACP.

It's easy as this.

Go to,
ACP -> Templates & Styles -> Templates -> (The Template You Wish to change, aka, the name of the theme your forum is using)

Now go to,
Index Page Templates -> index
Click "Options" and "Full Edit"
--

Find this line of code,
Code:
{$header}

Insert this line below,
Code:
<div style="text-align: center;"><img src="LINK/PATH TO IMAGE" alt="ALTERNATE TEXT"/></div>

Change LINK/PATH TO IMAGE to the link to your image, and change ALTERNATE TEXT to the text you want to display if for some reason the user's browser cannot load the image.

That's it.
 
Back
Top Bottom