MyBB Community Forums

Full Version: i cannot see my header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
Okay, under Header Templates what is there? Is it just 'header' missing or is there nothing there?
under header template i have only this four option

header_welcomeblock_guest

header_welcomeblock_member

header_welcomeblock_member_admin

header_welcomeblock_member_moderator

the first one which i use to have that only header is not there.
(2009-02-11, 09:20 PM)vaibhavmeswani Wrote: [ -> ]under header template i have only this four option

header_welcomeblock_guest

header_welcomeblock_member

header_welcomeblock_member_admin

header_welcomeblock_member_moderator

the first one which i use to have that only header is not there.

Okay.

Go to: Admin CP-> Templates & Style-> Templates-> Default Templates-> Add Template.

In the box that says 'Template name' type 'header'.
Where it says 'Template set' make sure it's set at 'Default Templates'.
And where the big textbox is paste this:

	<div id="container">
		<a name="top" id="top"></a>
		<div id="header">
			<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$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="" title="" />{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$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="" title="" />{$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">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			<navigation>
			<br />

Then hit 'Save and Continue Editing' and finish off my previous adsense post.
i did all the things as u said then y i am not able to c banner on my forums ?
(2009-02-11, 09:32 PM)vaibhavmeswani Wrote: [ -> ]i did all the things as u said then y i am not able to c banner on my forums ?

Did you have a custom banner? If not, and use the MyBB default, it's there.
i did all as jlong guided me but then y still now i dont see banners on my forum ?
http://kandivali.co.cc/kandivaliforum
i am talking about google ads.
(2009-02-11, 09:40 PM)vaibhavmeswani Wrote: [ -> ]i did all as jlong guided me but then y still now i dont see banners on my forum ?
http://kandivali.co.cc/kandivaliforum

Can you please stop making new threads?

As I said in your previous thread, do you have a custom banner? If not, and use the MyBB default one, it works. Try pressing Ctrl+F5 on your keyboard.
(2009-02-11, 09:41 PM)vaibhavmeswani Wrote: [ -> ]i am talking about google ads.

Oh okay, sorry.

Are you sure you clicked save, and entered the code right?

If it's easier make the account 'test' a temporary admin and I'll sort out the adsense. You'll need to PM me the adsense code though.
i am sorry but i am talking about google ads banner , i cannot see that after doing all you guys said.. thats y i am asking.
Pages: 1 2 3 4 5