MyBB Community Forums

Full Version: Change the banner on header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello, i have tried, but without good results. I want to change my header banner, where i can find it? I want to put only other image, or adsense code. The board is this - http://letsplanmywedding.com/forums/ . The header banner what i am telling about is Professional Wedding Photographer. Please help me.
header template (near logo code)
I don't see nothing that keep me to change. I have this code inside:

<div id="container">
<a name="top" id="top"></a>
<div id="header">
<div class="logo left"><a href="{$mybb->settings['homeurl']}index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>{$social}<div class="clear"></div>{$menu}

<div class="menu" style="margin-top:70px;">
<!--<ul>
<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
</ul>-->
</div>
<hr class="hidden" />
<div id="panel">
{$welcomeblock}
<div class="menu" style="width: 500px;float: right;margin-top: -6px;">
<ul>
<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
<!--<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>-->
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
</ul>
</div>
</div>

<hr class="hidden" />
<br class="clear" />
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
<navigation>
<br />
The logo is <img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" />

You can either change the src attribute to another image or go to Themes & Templates -> [your-theme] -> Edit Theme -> change "Board Logo" in Edit Theme Properties
But i don't want to change the logo, i want to change the banner that is on the rght side of the header. Is under social buttons...
Well, it's coded as {$social} then, try to look in global/other templates if you have anything named like that, also can be hardcoded in plugin. Can't help you further without more details.
Possible that no one can help me with this Sad
I did not find anything regarding social, and i don't have any particular plugin installed.
^ do you have more than one theme for your forum ? above header code appears to belong to a different theme
we are looking for <div class="google_add left"> code in the header template!
Sorry, how i can check if i have multiple themes? If i go on templates, i see only the default template. And i have searched for this code inside the acp, but no one results...
^ if you see only default templates then there is only the default theme.
number of themes installed appears at admin panel >> themes

do you see that banner when you log in ?
Pages: 1 2