MyBB Community Forums

Full Version: Advertising + stuff.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello.

I have always wondered how to do this. I have seen adverts and stuff on the top of peoples forums just above the forum/threads but bellow the welcome bar. Have a look at these screenshots i took and please help me. Smile
Its an Animated Image. There are some programs out there that allow you to create them. Look for one by Microsoft
You can put the html code for what you want to get displayed into the template header (Admin-CP -> Templates -> Edit/Delete -> *your templateset* -> Expand -> header -> Edit). Search for
<div id="panel">
				$welcomeblock
			</div>
and add you code below that.
Thanks. I know what you mean by the code but how do i get it?

The way i would gte it is paste it onto microsoft frontpage/somthing similar and view it in code mode. Is this how i would find it?

Thanks.
heloo there,

well to add any image in html u should use img src, so use this

<div align="center"><img src="http://ursite.com/urimage.jpg">

and add it below the code mentioned by michael
then the photo should appear below the welcome block.
regards
Ok then. Thanks for them posts guys. Smile

I made a flash banner for the top of my forum and because its just run off where it is located on a website, you cant right click on flash as many of you know. How do i make this flash banner by logo for the forum?

Thanks.
Thanks. Big Grin
what if i want a banner displayed at right top position ? where do i put the img scr code at ?
hey there

go to the Admin CP > templates > Modify / Delete > Expand > header

find

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

and just above it add

<div class="logo"><a href="http://techex.techindo.com"><img src="http://ursite.com/image.jpg" border="0" valign="top" align="right" target="_blank"></a>
</div>


regards
Pages: 1 2