MyBB Community Forums

Full Version: Need help for Header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
anyone here can help me to make header look like this..

this pictures edit by paint  Big Grin Big Grin
[Image: image.png]
Copy and paste your header code here and I'll make the edits.
(2016-08-22, 05:05 PM)Sharree Wrote: [ -> ]Copy and paste your header code here and I'll make the edits.

which code u want...?i use default mybb themes 1.8

default themes..just edit from default mybb themes then give me xml files[Image: Untitled.png]

anyone can help me here..
need help here
Here you go pal, replace your header template with this in Admin CP
<div id="container">
		<a name="top" id="top"></a>
							{$welcomeblock}
		<div id="header">
			<div id="logo">
				<div class="wrapper">
					<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
					<ul class="menu top_links">
						{$menu_portal}
						{$menu_search}
						{$menu_memberlist}
						{$menu_calendar}
						<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li>
					</ul>
				</div>
			</div>
			<div id="panel">
				<div class="upper">
					<div class="wrapper">
						{$quicksearch}
					<!-- </div> in header_welcomeblock_member and header_welcomeblock_guest -->
				<!-- </div> in header_welcomeblock_member and header_welcomeblock_guest -->
			</div>
		</div>
		<div id="content">
			<div class="wrapper">
				{$pm_notice}
				{$bannedwarning}
				{$bbclosedwarning}
				{$unreadreports}
				{$pending_joinrequests}
				{$awaitingusers}
				<navigation>
				<br />