MyBB Source
Customization Tutorial Colorful NewsBar - Printable Version

+- MyBB Source (http://mybbsource.com)
+-- Forum: Customization (/forum-9.html)
+--- Forum: Tutorials (/forum-40.html)
+--- Thread: Customization Tutorial Colorful NewsBar (/thread-3916.html)

Pages: 1 2 3 4


Colorful NewsBar - Conor Calby - 05-29-2010 11:59 PM

If you go to MyBB's forum, you will notice the bright colorful newsbar. Well, you can easily make these as well. This tutorial will add these newsbars to every forum page, not just the index so please see the demo below.

Demo - Here

First, Go to
Quote:ACP>>Templates>>**Your Theme**>>Head Templates>>Header
and add
PHP Code:
<class="newsbar">Your Important Announcement Here</p
somewhere in the header (I recommend the bottom Wink)
Notice the <p class="newsbar"> This is the name of this newsbar. If you have more than one, you can name this to something like "Charlie" and then you can have more than 1 newsbar on your forum. Now save that template

Second, go to
Quote:ACP>>Templates>>**Your Theme**>>Ungrouped Templates>>HeaderInclude
At the bottom, add
PHP Code:
<style type="text/css">
.
newsbar {
    
background#00BFFF;
    
border-top2px solid #1E90FF;
    
border-bottom2px solid #1E90FF;
    
text-aligncenter;
    
margin10px auto;
    
padding5px 20px;
    
font-weightbold;
}
</
style
Again, notice the .newsbar { , if you are going to have another newsbar and use the name above for it (Charlie) you would replace newsbar with Charlie.
Save this template then check out your forum 001_smile

Regards,

--Conor


RE: Colorful NewsBar - Don+ - 08-21-2010 10:21 AM

If an screenshot added, it will be more good. Thanks any way 001_smile


RE: Colorful NewsBar - LiNUX - 12-21-2010 05:01 AM

simple tutorial but nice..
thanks for this


RE: Colorful NewsBar - darkness - 01-06-2011 10:13 PM

oh yes
thanks man


RE: Colorful NewsBar - members - 01-07-2011 05:44 AM

A nice screen shot would be helpful, nice tut also.


RE: Colorful NewsBar - b0r1swh - 01-10-2011 12:06 AM

nice one dude ^^


RE: Colorful NewsBar - RickyTheBest - 01-11-2011 05:41 AM

Nice Big Grin


RE: Colorful NewsBar - Mazi1577 - 01-17-2011 06:59 AM

Very nice Big Grin


RE: Colorful NewsBar - trial - 01-18-2011 06:09 AM

will try it, thanks for your contribution!


RE: Colorful NewsBar - Elite Dash - 01-18-2011 05:49 PM

Any screenshot mate?