MyBB Community Forums

Full Version: How can I move welcomeblock to the right of the header?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want the welcomeblock, here's how I can motivate it so that it works properly



[Image: t0lGNVW.png]
Edit the Header Template "header":
			<div id="panel">
				<div class="upper">
					<div class="wrapper">
						{$quicksearch}
						{$welcomeblock}
					<!-- </div> in header_welcomeblock_member and header_welcomeblock_guest -->
				<!-- </div> in header_welcomeblock_member and header_welcomeblock_guest -->
			</div>
See this code snippet containing the variable $weclomeblock.
You can move this to another location, for example in #header oder #logo section of this template.
But mind the closing </div> tags!

So essentially it is okay to move these lines only:
<div class="upper">
<div class="wrapper">
{$welcomeblock}
<!-- </div> in header_welcomeblock_member and header_welcomeblock_guest -->
<!-- </div> in header_welcomeblock_member and header_welcomeblock_guest -->
Both <div> elements (upper, wrapper) might be removed, but then also remove the closing </div> tags from both templates mentioned.

[ExiTuS]
Thanks.

and how can a border be made for him and colored?