MyBB Community Forums

Full Version: How to add a banner to my Forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Morning all


I'm wondering how i can add a banner ( graphic) to my forum web page.

I want to remove the myphp logo and add a liverpool banner ( liverpool site) centered on the web page at the top but i'm unsure how to do it?



I've looked in the Template Manager>Simple red> header Do i need to change anything in there to get it to work?

Quote: <a name="top" id="top"></a>
<div id="container">
<div id="header">
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>
<div class="menu">
<ul>
<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" />{$lang->toplinks_search}</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.gif" alt="" />{$lang->toplinks_memberlist}</a></li>
<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" />{$lang->toplinks_calendar}</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" />{$lang->toplinks_help}</a></li>
</ul>
</div>
<hr class="hidden" />
<div id="panel">
{$welcomeblock}
</div>
</div>
<hr class="hidden" />
<br class="clear" />
<div id="content">
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
<navigation>
<br class="clear" />


Can anyone help me please?

http://www.red-kopites.com


Thank you for your time.
Upload your logo to your web server, then edit the theme in the Admin CP and change the Forum Logo box. Then scroll down to the bottom to the "Additional CSS" textbox, and add this at the end:
.logo {text-align: center}
good question I wanted to know the same thing
DennisTT Wrote:Upload your logo to your web server, then edit the theme in the Admin CP and change the Forum Logo box. Then scroll down to the bottom to the "Additional CSS" textbox, and add this at the end:
.logo {text-align: center}



WOW quick reply thank you DennisTT for your time.

Really pleased i found this board and the software to install a board.

Thanks again
matrixsc Wrote:
DennisTT Wrote:Upload your logo to your web server, then edit the theme in the Admin CP and change the Forum Logo box. Then scroll down to the bottom to the "Additional CSS" textbox, and add this at the end:
.logo {text-align: center}



WOW quick reply thank you DennisTT for your time.

Really pleased i found this board and the software to install a board.

Thanks again

what is that red/gray theme. i love it?
rcw Wrote:what is that red/gray theme. i love it?

http://mods.mybboard.net/view/simple-red
Thanks from me as well Smile

Is there a way to make banners appear at the top of your forum Smile

Mick