MyBB Community Forums

Full Version: Top Bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
How can i make this; a new bar on the very top of the page like www.manutdpeople.com, see the very top where it says register and all that? how can i add that?
That's the welcomeblock.

Open your header template and move the following above the logo div.
			<div id="panel">
				{$welcomeblock}
			</div>
Use this html in the body section of ur header template :

<div class="upper_panel">
<span class="float_right">

<a class="subscribe" href="http://yoursite.com/subscribe.php">Subscribe Gold</a>

<a class="live" href="http://yoursite.com/live.php">Watch Live</a>

<a class="rules" href="http://yoursite.com/rules.php">Rules</a>

<a class="help" href="http://yoursite.com/misc.php?action=help">Help</a>

<a class="contact" href="http://yoursite.com/contact.php">Contact Us</a>

</span>

Add this to the global css of your theme:

.upper_panel {
background:url("images/menu.png") repeat-x scroll left top #840101;
border-bottom:1px dashed #FFFFFF;
color:#000000;
padding:7px;
text-align:left;
}

An place the image attached in the correct folder
Both will work, welcome block is just a simple Login and register whilst the other code allows more customizing. I think Big Grin
And one of them could land you in court.
(2010-06-21, 12:15 AM)dunlop03 Wrote: [ -> ]Use this html in the body section of ur header template :

<div class="upper_panel">
<span class="float_right">

<a class="subscribe" href="http://yoursite.com/subscribe.php">Subscribe Gold</a>

<a class="live" href="http://yoursite.com/live.php">Watch Live</a>

<a class="rules" href="http://yoursite.com/rules.php">Rules</a>

<a class="help" href="http://yoursite.com/misc.php?action=help">Help</a>

<a class="contact" href="http://yoursite.com/contact.php">Contact Us</a>

</span>

Add this to the global css of your theme:

.upper_panel {
background:url("images/menu.png") repeat-x scroll left top #840101;
border-bottom:1px dashed #FFFFFF;
color:#000000;
padding:7px;
text-align:left;
}

An place the image attached in the correct folder
Did you just give him instructions to rip a theme I made for a client?

Anyhow just put this on top:
            <div id="panel">
                {$welcomeblock}
            </div>
So your accusing me of "Ripping a Theme" ?

Dont ever accuse me of "Ripping a Theme".

Heres another prime example of bobs "exaggerated" posts, blowing things out of proportion AGAIN !!

How in the name of god is this guy an official support team member?
Images are copyrighted so I have unapproved the image you attached. A coding technique on the other hand can't be copyrighted but we don't condone people copy and pasting other peoples code (especially without permission), instead it would be better if they learn't something in coming up with their own method Wink
Yea i understand that tim , i just think bob's approach is awful, just my opinion.
(2010-06-21, 11:34 AM)dunlop03 Wrote: [ -> ]Yea i understand that tim , i just think bob's approach is awful, just my opinion.

Legally he is right, and if you two lived in the same state, (or county) he could sue you for that post.
Pages: 1 2