MyBB Community Forums

Full Version: imaging as affiliates MyBB forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone know?
What? can u be a lil bit descriptive ?
I wanted a picture here:
What I have and write?
[Image: semttuloubi.png]
in the index template
add the code before {$footer} which will at the bottom of this template
i.e.

<img src="url_of_img.png">              // the image you wanted

{$footer}
I did not realize ..
"Angry face"
This part is for for what?
And this is where to?
"Angry face"
This part is for for what?
And this is where to?
Help!
Okay, goto ACP>>Templates and style >> your theme template >> index template
open it, and edit it, You said you want a image as in your screen shot, so its pretty simple, just use the image tag, when you open your index template, at the bottom of it, you'll find a variable {$footer}, just add the image tag, above this variable, same as in below code

<img src="http://myimage.png">

{$footer}

replace the url with image url you want