MyBB Community Forums

Full Version: How to insert image above content or container?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone! I am new to having my own forum and have a question about how to add an image to have it above all my forum content (forum topics and such) So I have my header and a bar with some links and underneath that it says the name of my forum and then it begins the topics I would like to insert a picture just below the bar and above all the topics so it is near the top

thank you and if you need any more clarification just let me know Big Grin

btw love mybb!
Easy to do mate, go to header template > header
At the bottom you will see
		<div id="content">
				{$pm_notice}
				{$bannedwarning}
				{$bbclosedwarning}
				{$unreadreports}
				{$pending_joinrequests}
				{$awaitingusers}
				<br />
Just after it add you image Smile
(2016-07-13, 04:48 AM)WallBB Wrote: [ -> ]Easy to do mate, go to header template > header
At the bottom you will see
		<div id="content">
				{$pm_notice}
				{$bannedwarning}
				{$bbclosedwarning}
				{$unreadreports}
				{$pending_joinrequests}
				{$awaitingusers}
				<br />
Just after it add you image Smile

Awesome thank you very much it worked!

EDIT: How can I only have it show up on the forum main/home page and not every page even when viewing threads?
you have to insert the code in the page index after {$header}
(2016-07-13, 09:25 AM)chack1172 Wrote: [ -> ]you have to insert the code in the page index after {$header}

hey I do not see {$header} where WallBB told me to go, mind clarifying ?
^ look in index template of your theme

admin panel >> Templates & Style >> Templates >> your theme templates >> Index Page Templates >> index
(2016-07-13, 04:48 PM).m. Wrote: [ -> ]^ look in index template of your theme

admin panel >> Templates & Style >> Templates >> your theme templates >> Index Page Templates >> index

thank you so much! it is completed