MyBB Community Forums

Full Version: how can i put a logo on the headline?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can i put a logo on the headline? i mean near it?
is there a comercial modes or something like that? for banners and stuff?
[Image: logo.png]
|
|
|
\\/


upload your logo by ftp then go the AdminCp/themes/Edit theme and in the option forum logo select the correct path of your logo image
No, i think you didn't understand me.
There are sites that have an advettisment(a flash logo) in the forum logo,
[Image: logothing8pm.jpg]
Try this:

ACP -> Templates -> *Template Name* -> header

Find:

<a href="$settings[bburl]" class="logo"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a>

and replace it with:

<div style="float: left;"><a href="$settings[bburl]" class="logo"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a></div> <div style="float: right;">[color=red]CODE FOR FLASH AD[/color]</div>
tnx man!
TNX. We'll try it.
actually, in my experience, this works far better
<span style="float:right;">CODE FOR FLASH AD</span><a href="$settings[bburl]" class="logo"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a>
Remove the left align div, put the right first, and convert to a span.